No description
Find a file
2025-06-16 11:11:38 +02:00
.vscode got started on new look. pivoting to api implementations now 2025-04-01 14:17:20 +02:00
patches add patch for solid start (tanstack underneath) 2025-05-14 13:51:33 +02:00
public woooot, got streaming via the jellyfin api working! 2025-05-28 13:16:54 +02:00
src recommitting after removing lfs files 2025-06-16 11:11:38 +02:00
.gitattributes recommitting after removing lfs files 2025-06-16 11:11:38 +02:00
.gitignore lovely. got a couple of partial implementations.... 2025-04-14 00:15:18 +02:00
app.config.ts made some nice progress today! 2025-05-19 01:06:20 +02:00
auth.sqlite recommitting after removing lfs files 2025-06-16 11:11:38 +02:00
bun.lock recommitting after removing lfs files 2025-06-16 11:11:38 +02:00
bunfig.toml finish migration to less deps 2025-03-31 14:49:31 +02:00
Caddyfile started implementing radarr and sonarr 2025-06-05 20:24:17 +02:00
docker-compose.mocks.yml started implementing radarr and sonarr 2025-06-05 20:24:17 +02:00
docker-compose.yml recommitting after removing lfs files 2025-06-16 11:11:38 +02:00
package.json recommitting after removing lfs files 2025-06-16 11:11:38 +02:00
README.md recommitting after removing lfs files 2025-06-16 11:11:38 +02:00
tsconfig.json got started on new look. pivoting to api implementations now 2025-04-01 14:17:20 +02:00

Notes

Setting up the project

run the command bun --bun run db:generate in order to create and populate the better-auht database

APIS

Host mocked api's

docker compose up

Generate openapi client

  • path to source yml or json
  • path to output, will create a typescript file

example

bunx openapi-typescript .\src\features\content\apis\api.json -o .\src\features\content\apis\api.generated.ts