Skip to content

Web API providing access to descriptions of Trongle variations

License

Notifications You must be signed in to change notification settings

joshua-hales/trongledex

Repository files navigation

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.

About

Web API providing access to descriptions of Trongle variations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published