Files
eventregistration/README.md
2026-01-09 03:45:25 +01:00

21 lines
550 B
Markdown

# EventRegistration
Simple flask server that hosts a web page used for event registration of h4tum ctf 2025.
Integration with discord bot that whitelists registered users.
Frontpage:
![Frontpage](/res/frontpage.png)
Email:
![Email](/res/email.png)
#### Setup
This project uses `uv` to manage dependencies.
Simply run `uv sync` and you are good to go.
Run `cp app/config.py.example app/config.py` from the root of the project. Fill in your information to finish the setup
#### How to run
Execute `uv run run.py` to start the development server