A python CLI application for CRUD tickets, using SQLite
Dependencies: Tabulate
To install dependencies either: 'pip install -r requirements.txt'
or: 'pip install tabulate'
To run Simple Ticketing System, 'cd' into 'simple-ticketing-system' dir and enter 'python3 main.py'. All log files are stored in ./logs. Database is stored in ./database