Skip to content

nischalhp/TicketingSystem

Repository files navigation

TicketingSystem

Installation

virtualenv env
source env/bin/activate
pip install -r requirements.txt

Database

  • postgres

Configuration

  • In the properties folder, please provide details of postgres connection
  • Import the schema which has some test data from the sqlschema folder
  • run app.py
  • Go to the browser and type in 127.0.0.1:5000/
  • Good to go!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published