Skip to content

bdsach/book-crud-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors