Running Your Application Locally
Goals
Steps
Step 1
Type this in the terminal:rails serverStep 2
Point your web browser to http://localhost:3000See your web app actually running!
Step 3
Expected result:^C[2022-03-31 08:33:11] INFO going to shutdown ... [2022-03-31 08:33:11] INFO WEBrick::HTTPServer#start done. Exiting
Explanation
Next Step:
Go on to Creating A Migration
Back to Add The Project To A Git Repo