14 lines
352 B
Markdown
14 lines
352 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.
|
|
|
|
#### Setup
|
|
|
|
This project uses `uv` to manage dependencies.
|
|
Simply run `uv sync` and you are good to go.
|
|
|
|
#### How to run
|
|
|
|
Execute `uv run run.py` to start the development server
|