- Member 1:
- Member 2:
- Member 3:
- Member 4:
- Run on your terminal
docker-compose up
- Open browser at http://localhost:3000/
- Continue your work on a new terminal tab. Leave this terminal tab open until you want to stop the server.
CTRL + C
Installing required libraries, you can run this command multiple time. If there is an error, let make sure this command has been executed successfully.
bundle install
rails db:migrate
rails c