Skip to content

Latest commit

 

History

History
executable file
·
11 lines (8 loc) · 431 Bytes

README.md

File metadata and controls

executable file
·
11 lines (8 loc) · 431 Bytes

BloodCellAPI

API for the voluntary blood donation application by NSS BloodCell CET.

Getting Started

  • Clone the repository from https://github.com/nsscet/bloodcellapi.git
  • Run npm install from the project's root directory.
  • Run npm -g install nodemon from the project's root directory.
  • Copy env.example.js to env.js and fill the attributes in their respective fields.
  • run npm start