Skip to content

IlyaPyatkin/Inno_DMD_Hotel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation for Windows:

  • download SQL files
  • install PostgreSQL and run it on localhost
  • create db 'hotel', add chemas and data:
  • run createdb -U postgres hotel
  • run psql -U postgres hotel < setup.sql
  • run psql -U postgres hotel < data.sql
  • install python 3.* and pip
  • go to the root of this project
  • run pip install virtualenv
  • run virtualenv venv
  • run venv\Scripts\activate.bat
  • run pip install -r requirements

To launch the web-server:

  • run python run.py
  • open http://localhost/

About

Innopolis DMD course project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published