A simple web application for managing a blood bank. The app delivers functionalities that makes it easy for managment of a blood bank.
The Application was build using following technologies:
- ReactJs
- JavaScript
- NodeJs
- MySQL
Click me for the live demo (several functionalites may be unavailabe since its statically hosted).
Watch the detailed explanation about the app here
The app incorportate following feature for different it twow categories of user:
- Register & Login
- donate blood
- request blood
- Register & Login
- Update blood stocks
- update user health
- Handle blood request
- Search - based on blood group or location
Clone the project
git clone https://github.com/lonebots/blood-bank-app.git
Open MySQL WorkBench and run the database.sql
file.
To start the server
cd server
yarn install
yarn devStart
To start the client
cd client
yarn install
yarn start
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.