Backend
Backend
Installation with Docker
$ docker-compose up
# rebuild the containers for a cleanup
$ docker-compose up --buildInstallation without Docker
$ cd backend
$ yarn install# in backend/
$ cp .env.template .env
Database Indices and Constraints
Data migrations
Testing
Last updated
Was this helpful?