A web app use to manage staff of an organization and keep update of employees. And this application is Completely created in Flask framework.
Data flow Diagram:

This application is not hosted so to run this on localhost follow these steps:
- Download the zip file
- Then extract the file in a Folder
- Now create a database in Mysql with name 'python_13.sql'
- And then import the 'python_13.db' in that database
- Install all the requirements:
pip install flaskpip install Mysql - Then get to that folder and run the command:
python main.py
Now this web app is running on the localhost.