- Python: Language used for project.
- Rich: Library for beautiful formatting in the terminal.
- Inquirer: A collection of common interactive command line user interfaces, based on Inquirer.js
- MariaDB/MySQL: SQL database used in the project.
- MySQL Python Connector: MySQL driver written in Python which does not depend on MySQL C client libraries and implements the DB API v2.0 specification (PEP-249).
During Submission | After Submission |
---|---|
To clone and run this application, you'll need Git and Python(which comes with pip) installed on you machine. From your commandline:
# Added environment variables for MySQL or MariaDB
$ export mysql-username="<username>"
$ export mysql-password="<password>"
# Clone this repo locally
$ git clone https://github.com/abhigyanmadhukalya/bloodbank
# Go into the repo directory
$ cd bloodbank
# Install dependencies
$ pip install -r requirements.txt
# Run program
$ python app.py
MIT
Github: @abhigyanmadhukalya Mastodon: @abhigyanmadhukalya