bodhisha / Assure

Assure lets you upload images and videos of the damaged vehicle and process the insurance claim with ease

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASSURE

Online Platform that lets you upload images and videos of the damaged vehicle and process the insurance claim with ease

⚛ Tech Stack

  • Frontend : ReactJS (JavaScript), Tailwind CSS
  • Backend : FastAPI (Python3)
  • Database : MongoDB

💻 Run the project locally

  • Clone the repo https://github.com/bodhisha/Assure.git
  • Navigate to Assure/backend
  • Run command to install all the Python (Server) dependencies pip install -r requirements.txt
  • Run command python3 app/main.py
  • Navigate to http://localhost:8000/docs to view the Swagger API end-points
  • Navigate to Assure/frontend
  • Run command to install all the JavaScript (Client) dependencies npm install
  • Run command npm start
  • Navigate to http://localhost:3000/

About

Assure lets you upload images and videos of the damaged vehicle and process the insurance claim with ease

License:MIT License


Languages

Language:JavaScript 63.4%Language:Python 35.2%Language:HTML 0.9%Language:CSS 0.4%