Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lmnzx/delorean

simple backend challenge
https://github.com/lmnzx/delorean

Last synced: about 2 months ago
JSON representation

simple backend challenge

Awesome Lists containing this project

README

        

# delorean
> a simple backend challenge

EndPoint - https://delorean.snxk.workers.dev/identify

## Tech Stack
- Hono [simple router]
- TypeScript
- Drizzler [orm of sqlite]
- Turso [sqlite database with distibuted replicas in three regions 🚀]
- Cloudflare Worker [serveless function]

## Further Improvements
- Validaton with zod
- Testing
- CI/CD with Github Actions