PLEASE HELP how to run project from GitHub??? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

PLEASE HELP how to run project from GitHub???

I installed a project from Github (it is on Ruby on Rails) and then successfully run it: http://localhost:3000/ BUT all I can see is - welcome page ruby on rails SO how to know what should I add at the end of this link: http://localhost:3000/ to go to the project website (not on the welcome page)? THANK YOU!!!

13th Dec 2021, 3:11 AM
PR PRGR
PR PRGR - avatar
2 Respuestas
+ 2
The string to put after localhost:3000/ is called "Route" You could check the GET request handlers in the source code for the available routes.
13th Dec 2021, 5:59 AM
Gordon
Gordon - avatar
+ 1
link the project in the question first :)
13th Dec 2021, 5:37 AM
Nikhil
Nikhil - avatar