Skip to content

fsmosca/project-management-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages