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

Add Hono-Prisma-Postgres Todo Application Example (#2395) #69

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Vibgitcode27
Copy link

Pull Request: Add Hono-Prisma-Postgres Todo Application Example (#2395)

Description

This PR resolves issue #2395 by adding a sample Hono-Prisma-Postgres Todo application to the samples-typescript repository. This example demonstrates how to use the Hono web framework with Prisma, PostgreSQL, and Keploy for end-to-end API testing.

Changes Made

  • Added a hono-prisma-postgres directory containing:
    • Source code for the Sample application.
    • A detailed README.md explaining the setup and usage of the project.
  • Integrated Keploy for recording and running test cases.

How This Resolves Issue #2395

The issue highlights the lack of a Hono example in the TypeScript samples repository. This PR introduces an example showcasing the following:

  • Hono Framework: A fast-growing web framework.
  • Keploy Integration: Guides developers in recording and testing API calls effortlessly.
  • Database Support: Uses PostgreSQL with Prisma for robust and scalable data handling.

Checklist

  • Issue #2395 resolved.
  • Application tested locally.
  • Documentation (README.md) added.

Linked Issue

Resolves #2395

Please let me know if further changes are needed or if there are additional requirements for merging this PR.

…es and mocks from keploy

Signed-off-by: Vibhor Phalke <vibgitcode27@gmail.com>
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.

[feature]: Adding sample project using honojs
1 participant