To get the Node server running locally:
- Clone this repo
npm installto install all required dependencies- Install MongoDB Community Edition (instructions) and run it by executing
mongod - Update
.envfile with your secrets npm run startoryarn startto start the local server (you can runnpm run nodemontoo)