Go to file
Suguivy 3ee0b9cf63
Unit Tests with docker compose / unit-test (push) Successful in 21s Details
Build image / build (push) Successful in 39s Details
Actualizar README.md
2024-04-20 10:28:08 +00:00
.gitea/workflows add yarn lock for tests and build 2024-04-17 19:22:47 +02:00
src fmt 2024-04-17 20:04:43 +02:00
test Deleted unnecesary data and commands 2024-04-20 12:13:36 +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-04-20 10:28:08 +00:00
bun.lockb Dockerized application 2024-04-20 12:09:07 +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 Deleted unused bun script 2024-04-20 12:18:24 +02:00
tsconfig.json fmt 2024-04-17 20:04:43 +02:00
yarn.lock Added logger and new logs to all error branches and possible issue loop 2024-04-17 20:02:24 +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 has an endpoint to get an image URL from the Gelbooru API, that was verified through the bot API to not be repeated.