Skip to content

sydneypun/Ticketmaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ticketmaster

Synopsis:

A web application that supports specific functionality and queries for a Ticketmaster booking system.

Team Potato Members:

Thi Nguyen, 862051496
Sydney Pun, 862053259

Phase 1:

Here is the ER diagram that we created for Phase 1 of this project. ER Diagram

Phase 2:

For phase 2 we created SQL queries.

Phase 3:

  • Developed a client application using Java Database Connector for psql.
  • Used the client application to support specific functionality and queries for our online booking system.

How to Run the Web Application:

Part 1: Install a Virtual Environment (Windows Users Instructions)

  1. cd web_app
  2. python -m pip install --user virtualenv
  3. py -m venv env
  4. .\env\Scripts\activate
  5. (optional) deactivate to leave the virtual environment

Part 2: Installing Project Dependencies

  1. pip install -U Flask-SQLAlchemy
  2. pip install -U Flask-Bootstrap
  3. pip install Flask-Migrate

Part 3: Running the Project

  1. python -m flask run
  2. go to http://127.0.0.1:5000/

About

Ticketmaster booking system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published