Skip to content

gr1d99/StadiumTicketing

Repository files navigation

Build Status

StadiumTicketing

Is a Django powered web application that allows users to create and login to theire accounts. Registered users can reserve and book tickets online.

Demo

http://tckt.herokuapp.com/

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Installation

  1. clone the project

     $ git clone https://github.com/gr1d99/StadiumTicketing.git

    Checkout into develop branch

     $ git checkout develop
  2. Navigate to the root of the project

     cd Ticket
  3. Install virtual enviroment

     $ pip install virtualenv

    Create a virtual enviroment.

     $ virtualenv --python=python3 env

    activate virtual enviroment

     $ env\Scripts\activate
  4. Intall dependencies.

     $ pip install -r requirements.txt
  5. In your browser type localhost:8000

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published