Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.13 KB

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