Web Service with random animal facts. https://facts.obnx.dev
Find a file
2025-12-20 22:16:56 +01:00
.github/workflows ci: add deployment files 2024-12-21 16:48:46 +01:00
assets/static feat: add pond animation 2024-12-21 15:59:50 +01:00
http feat: add CORS handling middleware 2024-12-22 19:10:15 +01:00
model feat: add basic fact logic 2024-12-20 00:04:29 +01:00
server refactor: simplify CORS middleware 2025-08-26 18:35:51 +02:00
service feat: implement random fact 2024-12-20 23:58:22 +01:00
sql feat: add basic fact logic 2024-12-20 00:04:29 +01:00
templates chore: update legal stuff 2025-08-11 23:07:06 +02:00
.env.dist feat: add CORS handling middleware 2024-12-22 19:10:15 +01:00
.gitattributes chore: remove static Redocly HTML from GitHub stats 2025-05-29 17:43:17 +02:00
.gitignore feat: add basic fact logic 2024-12-20 00:04:29 +01:00
docker-compose.development.yml fix: use correct value in docker compose file 2025-08-11 23:07:42 +02:00
docker-compose.yml build: bump Go to 1.25, set Postgres version explicitly 2025-12-20 22:16:56 +01:00
Dockerfile build: bump Go to 1.25, set Postgres version explicitly 2025-12-20 22:16:56 +01:00
go.mod chore: bump Go deps 2025-12-20 22:15:44 +01:00
go.sum chore: bump Go deps 2025-12-20 22:15:44 +01:00
LICENSE docs: create LICENSE 2024-12-21 12:47:28 +01:00
main.go polish: log message before serving 2025-12-20 22:16:07 +01:00
openapi-spec.yaml feat: add templating and home page route 2024-12-21 11:26:24 +01:00