Skip to content

sliu369/Hotel-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REQUIREMENTS

python3

* if 'pip install <...>' doesn't work, try 'pip3 install <...>'

psycopg2
    - pip install psycopg2

flask
    - pip install flask

sqlalchemy
    - pip install sqlalchemy

Flask-SQLAlchemy
    - pip install Flask-SQLAlchemy SQLAlchemy

requests
    - pip install requests

flask-wtf
    - pip install flask-wtf

Also need this below:
    - pip install email_validator


*** The Github public version of this project uses python-dotenv


To run flask app:
    - Open terminal/cmd and go to directory
    - python3 app.py
    - Copy port number and paste onto web browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published