- project configured to be run in GutHub Codespaces
coming soon...
- API documentation can be found at the
/api-docs
endpoint
- start backend
cd backend
npm install
npm start
- start frontend
cd frontend
npm install
npm start
- navigate to
localhost:3000
to interact with the UI
-
To test API locally with Postman, grab the
$GITHUB_TOKEN
via the cli in the Codespace, and set it asX-Github-Token
header in your Postman requests -
db should only be acessible to external IPs during development