Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
krishjainx authored Jan 8, 2022
1 parent 72a6db5 commit 8b1ead7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ Other commands:
- `docker-compose logs -f main` streams logs from the Rocket app
- `docker-compose exec db psql -U postgres` opens a shell into the PostgreSQL database
- `docker-compose stop` stops the dev environment


**Using the frontend**

After starting the frontend, the frontend is now available at http://localhost:3000. If the backend is running, http://localhost:3000/api will proxy to it. Point your browser to http://localhost:3000/api/dev/login, which should create a test user and log you in.

0 comments on commit 8b1ead7

Please sign in to comment.