Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 569 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 569 Bytes

cm-core

Manage a congregation with ease.

Development

To start

Backend:

  • 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.

Frontend:

  • In the project root also run:
bun i
bun frontend

Seeder

  • To seed the database, run in the backend/ folder:
go run scripts/seed.go