To get the Node server running locally:
- Clone this repo
npm install
to install all required dependencies- Install MongoDB Community Edition (instructions) and run it by executing
mongod
- Update
.env
file with your secrets npm run start
oryarn start
to start the local server (you can runnpm run nodemon
too)