fix: Update instructions for backend running

This commit is contained in:
Benjamin Singleton 2025-06-10 21:20:26 -05:00 committed by Sheldon Cooper
parent e8e4f0d1a5
commit 80b7fd4f4d

View file

@ -56,7 +56,7 @@ This project uses Turborepo for task management/caching. Install Turborepo globa
2. Move into the app's directory: `cd apps/vdb-backend`
3. Now, to run the site, use `turbo start`. This will build all of the app's dependencies and then start the application.
1. **NOTE:** Backend apps are not watched/hot-refreshed like frontend apps! If you make changes, you must kill the app by spamming Ctrl+C in the terminal it is running in, before rerunning it with the changes applied.
4. To view a sample response from the backend API, visit visit http://localhost:1225/ in your browser!
4. To view a sample response from the backend API, visit http://localhost:1225/sample in your browser!
## The Content