https://github.com/ab007shetty/lifeshare
Blood Bank Management System, for Hackathon.
https://github.com/ab007shetty/lifeshare
bootstrap4 ejs-template-engine express-js hackathon hackothsav javascript mongodb-atlas nodejs
Last synced: 28 days ago
JSON representation
Blood Bank Management System, for Hackathon.
- Host: GitHub
- URL: https://github.com/ab007shetty/lifeshare
- Owner: ab007shetty
- Created: 2021-07-08T06:45:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-21T19:20:19.000Z (almost 5 years ago)
- Last Synced: 2024-05-01T07:29:49.899Z (about 2 years ago)
- Topics: bootstrap4, ejs-template-engine, express-js, hackathon, hackothsav, javascript, mongodb-atlas, nodejs
- Language: EJS
- Homepage: https://lifeshare2021.herokuapp.com/
- Size: 5.75 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blood Bank Management System:
## Prerequisites
1.Node.jS: Dwonload and Install it in your machine.
## Installation
1.Download and Extract it.
2.Install NPM packages
-> You should be in root directory of ur project.
```sh
npm install
```
## Execution
1.Start the express server from the root directory.
```sh
npm start
```
2.Go to convinient Browser and type 'localhost:3000' in URL bar.