From 20c6808130b4f1daf16ba3c5891e3feb3a7fde13 Mon Sep 17 00:00:00 2001 From: Chris Lindelof Date: Tue, 20 Aug 2024 01:34:20 -0400 Subject: [PATCH] Add some broad stroke details to the project README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce749bd..40d5704 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # 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 \ No newline at end of file +## Back-End +- API is written in Python using FastAPI \ No newline at end of file