Skip to content

iamsanjaymalakar/HotelFlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web based hotel and flight booking application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published