Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.8 KB

README.md

File metadata and controls

53 lines (31 loc) · 1.8 KB

Project Management App

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.

A. Dashboard

Check progress and issues.

image

B. Input task

Add task in input-task page.

image

C. Search task

Examine the history of the task.

image

D. Add task update on fabrication works

image

E. Add construction update

image

F. Setup

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

G. Credits