himanshu-03 / Ambulance-Booking-System

Fastlance is built using Python and Flask, and uses a MongoDB Atlas database to store and manage data related to ambulance bookings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿš‘ Ambulance-Booking-System

Fastlance is built using Python and Flask, and uses a MongoDB Atlas database to store and manage data related to ambulance bookings. The front-end of the application is built using HTML, CSS, and JavaScript, and includes features such as a booking form, a user registration and login system, and an admin panel for managing bookings.


๐Ÿ‘€ Screenshots


โš™๏ธ Execution

  1. Clone our repo

    git clone https://github.com/himanshu-03/Ambulance-Booking-System
  2. Set up a virtual environment

    python -m venv env
  3. Activate the virtual environment

    env\Scripts\activate
  4. Install the dependencies

    pip install -r requirements.txt
  5. Run the FastAPI framework by typing:

    uvicorn main:app --reload
  6. Without closing the Terminal, open a live server for index.html and use our application

๐Ÿชช License

This project follows the MIT LICENSE.


Connect with me

Github     LinkedIn     Twitter     Instagram     Gmail   

(Back to top)

About

Fastlance is built using Python and Flask, and uses a MongoDB Atlas database to store and manage data related to ambulance bookings.

License:MIT License


Languages

Language:HTML 61.8%Language:CSS 25.4%Language:Python 7.9%Language:JavaScript 4.9%