Blood Bank Web Application. Uses Node JS and MongoDB primarily. S
Blood Bank is a very simple yet functional and secure Blood Bank Web Application.
You should be familiar enough with Node JS and mongoose.
- Node > 8
- Git
- MongoDB > 3.0
Clone the repo and install the dependencies.
npm installCreate a new file in root directory .env
Copy contents from .env.expmple
Make changes if required.
npm startMake changes in .env
- Set
DBURIto your remote mongoDB URI - Scale the PORT according to your host/server
- Change NODE_ENV to production for
Morgan - Remove everything after
DEBUG=
- MongoDB - Database
- Mongoose - MongoDB Wrapper
- Express - Server Framework
- NodeJs - Server Environment
- VS Code - Awesome IDE
@AkashVerma1515 - Initial work
- StackOverflow <3