Skip to content

deepak-redsoftware/annakut-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANNAKUT Backend

A system to help annakut stakeholders in tracking donations.

API Documentation

Postman API documentation is published here.

Env Variables

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>

Install Dependencies

npm install

Run

Change DB connection string as well

Start Dev Server

npm run dev

Start Production Server

npm start

About

Backend for the Annakut application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published