https://github.com/sreeharijayaraj/blood-donor-backend
https://github.com/sreeharijayaraj/blood-donor-backend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sreeharijayaraj/blood-donor-backend
- Owner: SreehariJayaraj
- Created: 2022-03-06T12:00:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T12:20:05.000Z (about 3 years ago)
- Last Synced: 2025-03-02T03:35:58.177Z (3 months ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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