Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull Request: Add Hono-Drizzle-Postgres Todo Application Example #71

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ayyush08
Copy link

@ayyush08 ayyush08 commented Feb 1, 2025

Hono-Drizzle-Postgres Todo Application Example #add ho

This Pull Request is related to following issue:
keploy/keploy#2520

This repository provides a Hono + Drizzle + PostgreSQL Todo application as a sample project. It demonstrates how to build a RESTful API using:

  • Hono – A lightweight, high-performance web framework.
  • Drizzle ORM – A type-safe, SQL-first ORM with excellent developer experience.
  • PostgreSQL – A robust and scalable relational database.

Features

  • 🚀 Fast and lightweight API using Hono.
  • 🛠️ Drizzle ORM for type-safe and efficient database queries.
  • 🗄️ PostgreSQL as the database layer.

Checklist

  • Application tested locally
  • Documentation (README.md) added
  • Code structured and formatted properly

Signed-off-by: AYUSH KUMAR GUPTA <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant