Running Your Application Locally
Goals
Steps
Step 1
Without DockerType this in the terminal:rails serverWith DockerType this in the terminal:docker-compose upStep 2
Point your web browser to http://localhost:3000Step 3
Without DockerWith Docker
Explanation
Next Step:
Go on to Creating A Migration