Blood Bank is a custom web application made in PHP as the assignment after getting shorlisted.
- Hosted on Digital Ocean using Cloudways.
- Get $15 credit for Cloudways.
- Free domain from Freenom
- Source code on Github
Below are the options available for different types of users.
- Hospitals
- Register
- Login
- Add Blood Sample
- Add Blood Types
- View Requests
- Receivers
- Register
- Login
- View Blood Sample
- Request Blood Sample
- Guests
- View Blood Samples
- XAMPP
- Apache
- PHP (Any Latest Stable Version)
- MySQL
- Google Chrome
- VS Code
- Git
$ git clone https://github.com/vishalmajumdar/bloodbank.git
$ cd ..path/to/directory
$ code .
Import 'bloodbank.sql' in the Database. Credentials in the 'config.php' are the default ones used by XAMPP. Update them for production environment. The file '.gitignore' is not added in the repo as everything is pushed here.
MIT Free Software, Hell Yeah!