Skip to content

CE384/Flitel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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