Faculty Review API
This is a RESTful API for the Faculty Review application.
Getting up and running is as easy as 1, 2, 3.
git clone https://github.com/iot-lab-kiit/faculty-api-nodejs
cd faculty-api-nodejs
yarn
- Configure environment variables:
Add mongoDB connection string. Check .env.example for reference.
- Add firebase service account
Add firebase service account configs in the src/service.json
. Check service.json.example for reference.
- Start your app locally:
yarn local