- Install Python from https://www.python.org/downloads/
- Install Dependencies Open cmd in the folder Snipping Tool and run this command
pip install -r requirements.txt- After installing the dependencies, run the py file OR write this command in cmd and enter
python app.pyThis Flask Database Project is built using Python. Following are the libraries used:
- Flask
- Flask SQLAlchemy
- SQLAlchemy
Following are the characteristics of the project:
◉ The database is connected which has 4 tables.
◉ There are 4 different pages in the website for each table.
◉ New entries can be added in the asset holding and financial transactions table.
◉ Records can be archived from the asset holding and financial transactions tables.
◉ Archived data from these tables are then shown in the pages of archived asset holding and archived financial transactions and added in these tables.
◉ Archived data from these tables can be restored back to the main table and shown in their pages.
The System is developed by Muhammad Osama (Github) (LinkedIn)