A web based hotel and flight booking application
Django
https://iamsanjaymalakar.github.io/HotelFlight/
- Install Python and PIP
- Clone the repository
git clone https://github.com/iamsanjaymalakar/HotelFlight.git
- Enter cloned folder
cd HotelFlight
- Setup a virtual environment
virtualenv venv
- Activate the virtual environment
- Linux
. venv/bin/activate
- Windows
venv\scripts\activate
- Linux
- Install the required packages
pip install -r requirements.txt
- Run the server
cd HotelFlight
python3 manage.py runserver