Skip to content

Backend REST API for the website, using Python's Fast API

Notifications You must be signed in to change notification settings

anime-index/anidex-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anidex-backend

Backend REST API for the anidex website, using Python's Fast API library.

Deployed on: Anidex Deta

Data from: kaggle @abhishtagatya

Project setup (run on local)

Get the code

git clone https://github.com/anime-index/anidex-backend
cd anidex-backend

Install libraries

pip install -r requirements_local.txt

Run the development server

uvicorn main:app

Releases

No releases published

Packages

No packages published