A system to help annakut stakeholders in tracking donations.
Postman API documentation is published here.
Create a .env
file and add the following variables:
PORT=4000
MONGO_URI=<enter_connection_string_here>
SALT_ROUNDS=<enter_value_here>
NODE_ENV=<development | production>
JWT_SECRET=<enter_secret_here>
npm install
npm run dev
npm start