-
Make sure to use
yarnyarn install -
Create
.envfile and fill all of the necessary global variables (use.env.samplefile as a sample) -
Make sure you have
dockeranddocker-composeinstalled and run this command from the root of the project (it will run MongoDB and Neo4j databases inside docker containers)docker-compose up -d -
Make sure that directory
./public/picturesexists -
[OPTIONAL] You can fill database with sample data using this command
nodejs fillDatabase.js -
Run project
yarn run start
configurehooks.sh