https://github.com/eeriemyxi/thelio
Plain and simple form submission web app.
https://github.com/eeriemyxi/thelio
deno deno-deploy deno-kv hono
Last synced: 25 days ago
JSON representation
Plain and simple form submission web app.
- Host: GitHub
- URL: https://github.com/eeriemyxi/thelio
- Owner: eeriemyxi
- License: mit
- Created: 2024-10-17T08:11:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T06:13:48.000Z (6 months ago)
- Last Synced: 2024-12-09T02:21:50.937Z (4 months ago)
- Topics: deno, deno-deploy, deno-kv, hono
- Language: TypeScript
- Homepage: https://thelio.deno.dev
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Thelio

A very plain and simple web app dealing with HTML form data and using a NoSQL database to
store the data. This software is more of a proof of concept kind of thing than an actual
web app.# Technical Details
For deployment, I use Deno Deploy. They have a free tier.
For the web app my tech stack consisted of:
- Deno (v2.0.0) (runtime)
- Hono (v4.6.5) (web framework)
- Deno KV (database)