Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 912 Bytes

File metadata and controls

21 lines (19 loc) · 912 Bytes

User-management-system

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 flask pip install Mysql
  • Then get to that folder and run the command:
    python main.py

    Now this web app is running on the localhost.