Skip to content

thenishantsapkota/aot-api-py

Repository files navigation

Attack on Titan Quotes API

A port over version of https://github.com/thestuti/aot-api from JavaScript to Python

🌐 Website and Demo -> https://aot-api-py.herokuapp.com/

Setup

Setting up the API for use:

git clone https://github.com/thenishantsapkota/aot-api-py

cd aot-api-py

poetry shell

poetry install

# Run the migration script the first time

python -m migrations

uvicorn aot_quotes.main:app --reload

Contributing

Add lines in /seed/data.txt to suggest more AOT Quotes and create a Pull Request.

About

An API which returns random AOT quote everytime it's invoked

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages