Go to file
Sugui 588970e18c
Unit Tests with docker compose / unit-test (push) Successful in 19s Details
Build image / build (push) Successful in 43s Details
Implemented incremental pagination when no images are valid
2024-06-15 20:51:10 +02:00
.gitea/workflows add yarn lock for tests and build 2024-04-17 19:22:47 +02:00
src Implemented incremental pagination when no images are valid 2024-06-15 20:51:10 +02:00
test Removed unused dependencies 2024-04-21 12:53:04 +02:00
.gitignore First commit of code 2024-03-28 09:29:33 +01:00
Dockerfile Dockerized application 2024-04-20 12:09:07 +02:00
Dockerfile.dev Dockerized application 2024-04-20 12:09:07 +02:00
README.md Actualizar README.md 2024-05-11 17:39:08 +00:00
bun.lockb Added concurrency test, and added CORS and CORS test 2024-04-21 12:26:59 +02:00
bunfig.toml add pipelines 2024-04-17 19:13:37 +02:00
compose.yml Dockerized application 2024-04-20 12:09:07 +02:00
package.json Added concurrency test, and added CORS and CORS test 2024-04-21 12:26:59 +02:00
tsconfig.json fmt 2024-04-17 20:04:43 +02:00
yarn.lock Added concurrency test, and added CORS and CORS test 2024-04-21 12:26:59 +02:00

README.md

fe-middleware

The bot image moderation frontend (from now called frontend) can't access the Gelbooru API directly due to CORS issues.

This project serves as a solution to the given problem. It's an API with a single endpoint, which gets an image URL from the Gelbooru API, that was verified through the bot API to not be repeated.