Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
williamtran10 authored Oct 19, 2023
1 parent 8629131 commit 785d7f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ REACT_APP_BACKEND_URL=http://localhost:5000
docker-compose up --build
```

Note: Manual Database Setup
The backend runs at http://localhost:5000 and the frontend runs at http://localhost:3000. By default, we use GraphQL (with TypeScript backend), REST (with Python backend), MongoDB, with user auth.

### Note: Manual Database Setup
If for some reason docker container is not syncing with your prisma models in backend/typescript/prisma/schema

Update .env file in /backend/typescript to be
Expand All @@ -89,7 +91,6 @@ nvm install 18.16.0
nvm use 18.16.0
```

The backend runs at http://localhost:5000 and the frontend runs at http://localhost:3000. By default, we use GraphQL (with TypeScript backend), REST (with Python backend), MongoDB, with user auth.

## Useful Commands

Expand Down

0 comments on commit 785d7f2

Please sign in to comment.