-
Install pre-commit: https://pre-commit.com/
-
Install pre-commit hooks:
# Run from the repo root pre-commit install
-
To run the pre-commit hooks manually:
pre-commit run --all-files
-
-
Setup the backend at backend/README.md
-
Setup the frontend at frontend/README.md
-
Check out the justfile commands available:
just --list
-
Bruno API Client examples are in the backend folder
bruno-client/
- They will work with the defaults created on server start up