Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 338 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 338 Bytes

Backend for Event Calendar

How to start

  • create .env file with environment variables (see .env-example)

run in docker:

 docker compose up --build

run in dev mode:

  • set APP_DB_PATH=localhost
  • npm install
  • npm run docker:dev
  • in second terminal: npm run dev