SauceKudasai

> A Frontend Search Engine that fetches anime info based on the image provided using trace.moe and AniList API
## Requirements
### Development:
- Node.JS
### Deployment:
- docker
## Development
```sh
npm install
npm run dev
```
## Deployment via docker:
Using image:
```sh
docker compose up -d
```
Building image:
```sh
docker compose -f docker-compose-build.yml up -d
```
## Author
Original: **[Ayush Gupta](https://github.com/ayushgptaa)**
Modified by: **[MarcUs7i](https://github.com/MarcUs7i)**
Original repository: https://github.com/ayushgptaa/SauceKudasai