Skip to content

WizzyLearnsStuff/pwncore

Repository files navigation

pwncore

A CTF platform backend written in FastAPI using Tortoise-ORM, Tox and Pydantic

Usage

  1. Start:

    cd src
    uvicorn pwncore:app --reload
  2. Access the auto-generated documentation at http://localhost:8000/docs

  3. Docker configuration:

    • Enable and start the Docker service on your system, or
    • Modify src/pwncore/config.py:62:

License

This project is licensed under the [GNU GENERAL PUBLIC LICENSE] - see the LICENSE file for details.

Releases

No releases published

Packages

No packages published