This app is created using ReactPy. This is used to record the progress and issues in a simplified fabrication and construction activities in an oil and gas typical project. Data is stored in sqlite database utilizing the SQLModel libary.
The database is in the 'data' folder. The reactpy components are in the modules folder. There are task.py, fabrication.py, construction.py and other modules. The components are inside these modules.
Check progress and issues.
Add task in input-task page.
Examine the history of the task.
Clone the repository.
git clone https://github.com/fsmosca/project-management-app.git
Change directory to project-mamangement-app
and run the command:
uvicorn main:app