A simple ticketing system made with flask.
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.
Tests can be run using the provided Makefile, or by entering:
$ python -m unittest discover -p "*_test.py" -s "tests/"
In the project root.
Some links that helped extensively in development.
This project is licensed under a MIT-style license, check the license file for more details - LICENSE