Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 844 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 844 Bytes

Flight-Hotel Reservation System

Demo Use this link to see the demo of the this website.

Implementation of a Flight-Hotel Reservation System using Flask and PostgreSQL.

Database Course Final Project

Sharif University of Technology

Computer Engineering Department

Contributors

Setup

git clone https://github.com/CE384/Flitel.git
cd Flitel/flitel
python3 -m venv env
./env/bin/activate
pip install -r requirements.txt
cp database.ini.example database.ini
./run.sh   
  • Fill your postgres database credential in Flitel/flitel/database.ini

Windows

py -3 -m venv env
pip install -r .\requirements.txt
env\Scripts\activate                              
\run.sh