Skip to content

junqili259/Anime-Alert-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime-Alert-api

About

This api returns the required data such as every show in the current seasonal slot back to the Anime-Alert application.

Run API locally

Uvicorn

cd api
uvicorn main:app

For hot reloads

uvicorn main:app --reload

Docker

docker build -t myimage .
docker run -d --name mycontainer -p 80:80 myimage

Api docs

Open your browser to http://http://127.0.0.1:8000/docs while running the api

Tools

Fastapi
Anilist

Releases

No releases published

Packages

No packages published