Skip to content

⚔️ Libre:Match Backend - a stable, reliable and feature-rich API for match information, leaderboards, and tournament organisation

License

Notifications You must be signed in to change notification settings

librematch/librematch-backend

Repository files navigation

OpenAPI generated FastAPI server

This Python package is automatically generated by the OpenAPI Generator project:

  • API version: 1.0.0
  • Build package: org.openapitools.codegen.languages.PythonFastAPIServerCodegen

Requirements.

Python >= 3.7

Installation & Usage

To run the server, please execute the following from the root directory:

pip3 install -r requirements.txt
uvicorn main:app --host 0.0.0.0 --port 8080

and open your browser at http://localhost:8080/docs/ to see the docs.

Running with Docker

To run the server on a Docker container, please execute the following from the root directory:

docker-compose up --build

Tests

To run the tests:

pip3 install pytest
PYTHONPATH=src pytest tests

About

⚔️ Libre:Match Backend - a stable, reliable and feature-rich API for match information, leaderboards, and tournament organisation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published