Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmnzx/delorean
simple backend challenge
https://github.com/lmnzx/delorean
Last synced: about 2 months ago
JSON representation
simple backend challenge
- Host: GitHub
- URL: https://github.com/lmnzx/delorean
- Owner: lmnzx
- Created: 2024-06-26T11:26:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T07:06:03.000Z (7 months ago)
- Last Synced: 2024-10-14T09:29:58.509Z (3 months ago)
- Language: TypeScript
- Homepage: https://delorean.snxk.workers.dev/
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# delorean
> a simple backend challengeEndPoint - 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