Manage a congregation with ease.
- In the project root (where the
docker-compose.yml
file is located), run:
docker compose up --build
This will run in watch mode, so any changes to the code will be reflected in the running container.
- Ensure you have a .env.secret. You can use the .env.example as a template.
- In the project root also run:
bun i
bun frontend
- To seed the database, run in the
backend/
folder:
go run scripts/seed.go