Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 717 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 717 Bytes

Trongledex

Provides a web API for access to descriptions of Trongle variations.

Designed for a tutorial on documentation practices. The presentation is designed for maaslalani/slides.

Run Locally

Local

Run pip install -r requirements.txt to install necessary dependencies.

Run uvicorn app.main:app --reload to start the app. Visit http://127.0.0.1:8000/docs/ to see the interactive API documentation.

Stop with CTRL+C.

Docker

Run docker compose up to start the app. Visit http://127.0.0.1:8000/docs/ (or your computer's hostname) to see the interactive API documentation.

Stop with docker compose down.