Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 773 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 773 Bytes

HotelFlight

A web based hotel and flight booking application

Framework

Django

Demo

https://iamsanjaymalakar.github.io/HotelFlight/

Installation guide

  • 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
  • Install the required packages
    • pip install -r requirements.txt
  • Run the server
    • cd HotelFlight
    • python3 manage.py runserver