the working prototype url is http://airticket-s.herokuapp.com
To run it locally follow the below steps
- Install python 3 by downloading it from python.org
- clone the repository
git clone https://github.com/sanmitraD/Airline-Ticket-Reservation-System.git
cd Airline-Ticket-Reservation-System
- Now install all the dependencies using requirements.txt.
pip install requirements.txt
-
Create an account at mlab.com fill the credentials in app.py
-
Finally run the server using the following code.
python app.py