This localhosted site built on Flask framework.
It implements a workflow of an equipment testing factory.
It has 4 blueprits: auth
, equip
, protocols
and report
.
Every user has a group, every type of group has its permissions
Learn Flask framework, master python skills and built another personal project.
Install mysql cli
and run mysql -u root -p < config/sql_dump.sql
to create database and tables.
Run pip3 install -r requirements.txt
to install all dependencies.
Run python3 main.py
to start the program. Open http://127.0.0.1:5001
and start working