Skip to content

Commit

Permalink
Update README to simpler command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikonooooo committed Oct 25, 2023
1 parent 2460837 commit b746bf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ Enable AWS connection by pasting the .env file into the repo.

Start the server backend by running
```
cd src/api
uvicorn backend:app --reload
uvicorn src.api/.backend:app --reload
```

Open a new bash terminal and start the frontend by running
Expand Down

0 comments on commit b746bf1

Please sign in to comment.