Open-source free public anime images API. Join our Discord server.
Clone the repository and install the dependencies.
git clone https://github.com/Nekidev/Nekos-API.git
cd Nekos-API
pnpm install
Set the environment variables. (You need a Supabase project for this)
NEXT_PUBLIC_SUPABASE_KEY
- Supabase project's public keyNEXT_PUBLIC_SUPABASE_URL
- Supabase project's URLNEXT_PUBLIC_SUPABASE_BUCKET_NAME
- Supabase project bucket's name
Now just run the project using pnpm run dev
. It'll start the project on 0.0.0.0:3000
.