Skip to content

Tarodictrl/anininja_backend

Repository files navigation

AniNinja

Website for watching anime for free.


📝 Description

API url: https://api.anininja.ru
Redoc url: https://api.anininja.ru/docs

🛠️ Preparation

Create .env file

In the root folder of the project, you need to create .env file such as sample.env

Install poetry

Using pip:

pip install poetry or pip3 install poetry

Using pipx:

pipx install poetry

Using curl

curl -sSL https://install.python-poetry.org | python3 -

Install dependencies

poetry install

🏹 Run

With poetry

poetry run uvicorn app.main:app --reload

With poetry shell

poetry shell

uvicorn app.main:app --reload

With docker

docker compose up --build -d

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors