- An API for gogoanime
-
Redis (as long as its compatible with ioredis you can use whatever redis alt you want!)
To install dependencies:
bun install
To run:
bun setup && bun start
- It is generally recommended to seed the database with completed animes so that by default all completed animes will be in the database. This saves us and the user time later.
To Seed:
bun seed