Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NickNaskida committed Oct 9, 2023
1 parent 4f80e4f commit ca0d3c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,17 @@ def register_app_routers(app: FastAPI):
- Here we import our global API router and add it to our app with `app.include_router(api_router)`
That's it! We are ready to run our app. Make sure you edit necessary variables in `.env` files inside `server` and `frontend` folders.
To run the backend, navigate to `server` folder and run:
```
python main.py
```
To run the frontend, navigate to `frontend` folder and run:
```
npm run dev
```
### Common Errors and Troubleshooting
Expand Down

0 comments on commit ca0d3c0

Please sign in to comment.