- Change directory -
cd inventory-management
- Install the required libraries by running -
pip install -r requirements.txt
- Make sure you have proper database by running
DDL_DML_dump.sql
commands in your MySQL server. - Edit the
db_creds.json
file with your database username and password. - Start the flask app by running -
python app.py
- This app will run at
http://localhost:8080/
by default.
link - https://colab.research.google.com/drive/18PmCQQoYhB2_PMwGF_QFwGh-g5RZ5OkU?usp=sharing