-
Copy
.env.example
into.env
and use the examples to set up your environment. -
run
npm run setup:repo
to set up all the necessary document and edge collections with required indexes. -
run
npm run live
to start the nodemon server.
npm run live
- start nodemon servernpm run setup:repo
- sets up all the necessary document and edge collections with required indexes.npm run teardown:repo
- truncates all the existing non-system document/edge collections.npm run seed:repo
- Seeds the database with predefined collections.npm run reset:repo
- tears down the db then sets it up.
You can check out the Docs here