An open API service indexing awesome lists of open source software.

https://github.com/sreeharijayaraj/blood-donor-backend


https://github.com/sreeharijayaraj/blood-donor-backend

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

blood donor app Backend server

## how to work in development ?

To Run this nodejs server in localhost you need to connect with your own mongodb database


.env file info


index
Name
example


1
USERNAME
"sreehari jayaraj"


3
DATABASE
"db string"


4
NODE_ENV
DEVELOPMENT

to run after congig file setup run


npm run dev