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.
-
Clone our repo
git clone https://github.com/himanshu-03/Ambulance-Booking-System
-
Set up a virtual environment
python -m venv env
-
Activate the virtual environment
env\Scripts\activate
-
Install the dependencies
pip install -r requirements.txt
-
Run the FastAPI framework by typing:
uvicorn main:app --reload
-
Without closing the Terminal, open a live server for
index.html
and use our application
This project follows the MIT LICENSE.