Backend
Backend
Installation
$ docker-compose up
# rebuild the containers for a cleanup
$ docker-compose up --build$ docker-compose exec neo4j migrate$ cd backend
$ yarn install# in backend/
$ cp .env.template .env$ ./neo4j/migrate.sh$ yarn run devyarn run start
Seed Database
Testing
Last updated
Was this helpful?