AniX/backend
2024-05-15 21:18:58 +05:00
..
modules feat(frontend): add user favorites page 2024-05-01 12:13:34 +05:00
.python-version Initial Commit. 2024-04-16 23:41:52 +05:00
main.py fix(frontend): fix API_URL environment variable being undefined 2024-05-15 20:10:49 +05:00
README.md docs(readme/deploy): add a vercel deploy instructions 2024-05-15 21:18:58 +05:00
requirements.txt feat(docker): add docker compose file for development environment 2024-04-29 23:31:31 +05:00
vercel.json fix(vercel/backend): fix vercel backend deploy 2024-05-15 20:32:09 +05:00

Anix Backend

This is the backend for AniX, an unofficial WEB client for the Android app Anixart.

It is using FastAPI and server as a proxy between app API and Web Client.

Deployment

Environment variables

  • API_PREFIX - sets the api prefix

Docker

Refer the docker deployment from root README file

Vercel

  1. fork the repository
  2. create a new project on vercel and set the root directory to backend
  3. (optionally) set API_PREFIX env variable
  4. click deploy

One-Click Deploy

Deploy with Vercel

note: this will create a new repository