git clone https://github.com/kanhegaonkarsaurabh/growio-api.git
cd growio-api
npm install
- Copy contents from
.env.example
to a file.env
- Fill in
.env
using credentials from pinned post on #backend channel - configure mongoDB
npm start
- optional: include .env in your .gitignore