Skip to content

jayr1305/Blood_Bank_Backend

 
 

Repository files navigation

Blood_Bank_Backend

Getting Started

The Blood_Bank_Backend is based on with Python with flask server coupled with MySQL server.

Installing

  1. Install requirements.txt
pip install -r requirements.txt
  1. Run CreateTables.sql in your SQL Workbench

  2. Run Populate.py to populate data

  3. Open app.py and configure the following with your own Workbench Credentials

app.config['MYSQL_USER'] = 'root'
app.config['MYSQL_PASSWORD'] = 'dbms_123'
app.config['MYSQL_HOST'] = '127.0.0.1'
app.config['MYSQL_DB'] = 'ConnectGroup'
app.config['MYSQL_CURSORCLASS'] = 'DictCursor'
  1. Run flask server
python app.py

Contributors

Lakshay Sharma Jay Rawal
Lakshay Sharma Jay Rawal

About

Backend For BloodBank

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%