Update README to be specific about vscode

This commit is contained in:
jcbwndsr 2025-02-20 11:31:51 +01:00 committed by GitHub
parent 9880b00fad
commit ca07b161c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ Go to `http://localhost:8080/docs` to see the Swagger UI
There is a postgres database that powers the application. For simplicity, it is cleaned and re-seeded when you run `make start`. This means you do not have think about DB migrations. You can run `make clean-db` if you need to clean it manually. There is a postgres database that powers the application. For simplicity, it is cleaned and re-seeded when you run `make start`. This means you do not have think about DB migrations. You can run `make clean-db` if you need to clean it manually.
## IDE Setup ## VSCode Setup
If you open the project directly within vscode, the debugger has been setup for you. If you open the project directly within vscode, the debugger has been setup for you.