Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 596 Bytes

File metadata and controls

33 lines (29 loc) · 596 Bytes

Currents2021

Official Backend Repo for Currents 2021

Portal Link: Currents Website

Installation

  • 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

How to Run

  • For dev work
    $ npm run dev
  • For production
    $ npm run start

Frontend

Find the frontend by the following link Currents2021