Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 651 Bytes

File metadata and controls

22 lines (19 loc) · 651 Bytes

Airline Ticket Reservation System

the working prototype url is http://airticket-s.herokuapp.com

Installation

To run it locally follow the below steps

  1. Install python 3 by downloading it from python.org
  2. clone the repository
git clone https://github.com/sanmitraD/Airline-Ticket-Reservation-System.git
cd Airline-Ticket-Reservation-System
  1. Now install all the dependencies using requirements.txt.
pip install requirements.txt
  1. Create an account at mlab.com fill the credentials in app.py

  2. Finally run the server using the following code.

python app.py