Skip to content

cm-core-team/cm-core

Repository files navigation

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