Web Application developed to help manage fleet vehicles.
 
 
 
 
 
Go to file
Christopher Lindelof e4b2f871aa Fix misnamed .gitignore 2024-08-20 02:37:04 -04:00
front-end Initialize Front-End with Create-React-App 2024-08-20 01:19:38 -04:00
.getignore Add root project .getignore 2024-08-20 02:35:54 -04:00
.gitignore Fix misnamed .gitignore 2024-08-20 02:37:04 -04:00
Dockerfile Add Dockerfile and YAML file to initialize docker stack for application 2024-08-20 01:31:51 -04:00
Fleet-Management.yaml Add Dockerfile and YAML file to initialize docker stack for application 2024-08-20 01:31:51 -04:00
README.md Add some broad stroke details to the project README 2024-08-20 01:34:20 -04:00

README.md

Fleet Management Application

The Complete Application is developed to run inside of a docker container for development and deployment.

Front-End

Front End is written using:

  • ReactJS framework
  • TailwindCSS

Back-End

  • API is written in Python using FastAPI