Official Backend Repo for Currents 2021
Portal Link: Currents Website
- Clone / Download this repository.
- Install dependencies using
$ npm install
- Set database keywords in config folder.
db.config.js
- Set mail username and password in config folder.
mail.config.js
- For dev work
$ npm run dev
- For production
$ npm run start
Find the frontend by the following link Currents2021