bdsach / book-crud-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book CRUD API

Simple Book CRUD API. Made with Elysia with Bun runtime.

Feature

  • Registration User
  • Login with JWT
  • Authentication first for all routes
  • Logger with logysia
  • Turso for Database
  • Easy deploy to fly.io with Docker

Build and Run

docker build -t book-api .
docker run --env-file .env --name book-api -p 3000:3000 -d book-api

About


Languages

Language:TypeScript 97.0%Language:Dockerfile 3.0%