Skip to content

ifbhack/ticketsystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Ticketing System

A simple ticketing system made with flask.

Running

A Makefile has been provided to automate the setup of a development environment (setting up venv, running tests, etc). To simply run the project, enter the command:

$ make run

This will test the project and then run the flask application in development mode. More information about make can be found here.

Testing

Tests can be run using the provided Makefile, or by entering:

$ python -m unittest discover -p "*_test.py" -s "tests/"

In the project root.

Reference Material

Some links that helped extensively in development.

License

This project is licensed under a MIT-style license, check the license file for more details - LICENSE

About

A simple web-based ticketing system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published