This is a pet project of mine which provides users with an overview of HTML transcripts created by the Discord Ticket Tool Bot.
- Run
setup.sh - Copy the
.env-exampletoenv- Add a secret key
- Run
flask db init - Run
flask db migrate - Run
flask db upgrade - To add an admin user run
python manage.py create_admin
- To run the application run
python manage.py run