NateShoffner / lcwc-api

Third-party REST API for the LCWC to facilitate the need for one.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LCWC API

Third-party REST API for the LCWC to facilitate the need for one.

Utilizes FastAPI, uvicorn for the web server, peewee as an ORM and python-lcwc for the data fetching.

This is a work in progress and is not yet ready for production use.

Development (Local)

uvicorn app.main:app --reload

Development (Docker)

docker-compose up --build

Disclaimer

This project is not affiliated or endorsed by the LCWC and is not an official API. This project is for educational purposes only. Use at your own risk.

License

MIT

About

Third-party REST API for the LCWC to facilitate the need for one.


Languages

Language:Python 98.1%Language:HTML 1.5%Language:Dockerfile 0.5%