Backend
Backend
Installation with Docker
node --versiondocker-compose up
# create indices etc.
docker-compose exec neo4j migrate
# if you want seed data
# open another terminal and run
docker-compose exec backend yarn run db:seeddocker-compose down -vInstallation without Docker

Configure
Seed and Reset the Database
Testing
Last updated
Was this helpful?