-
Notifications
You must be signed in to change notification settings - Fork 46
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
base: main
Are you sure you want to change the base?
Conversation
…es and mocks from keploy Signed-off-by: Vibhor Phalke <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Please address the comments
Signed-off-by: Vibhor Phalke <[email protected]>
Signed-off-by: Vibhor Phalke <[email protected]>
Signed-off-by: Vibhor Phalke <[email protected]>
Signed-off-by: Vibhor Phalke <[email protected]>
@khareyash05 Added Docker configurations and removed index.ts.I didn't remove it earlier because its defualt file generated when project is initialized. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey looks fine! Just could you please remove the keploy folder .
Signed-off-by: Vibhor Phalke <[email protected]>
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
hono-prisma-postgres
directory containing:README.md
explaining the setup and usage of the project.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:
Checklist
Linked Issue
Resolves #2395
Please let me know if further changes are needed or if there are additional requirements for merging this PR.