Hono is one of the alternatives to Express and posses several advantages compared to Express.
Frontend isn't developed because the complete focus was to learn Hono and build a backend.
Deployed link. It is deployed on a free render server instance, this may take upto 1 minute for the first response.
- / - displays all the entries in the database
- / - (post) creates a new entry to the database
- /:id - retrives data related to a specific id
- /d/:id - retrives and streams the description of the particular id