A CTF platform backend written in FastAPI using Tortoise-ORM, Tox and Pydantic
-
Start:
cd src uvicorn pwncore:app --reload
-
Access the auto-generated documentation at http://localhost:8000/docs
-
Docker configuration:
- Enable and start the Docker service on your system, or
- Modify
src/pwncore/config.py:62
:
This project is licensed under the [GNU GENERAL PUBLIC LICENSE] - see the LICENSE file for details.