Skip to content

Commit

Permalink
wip: hono-zod-openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
KoichiKiyokawa committed Dec 24, 2023
1 parent 8e70bc2 commit 9adc185
Show file tree
Hide file tree
Showing 14 changed files with 648 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hono-zod-openapi/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.env
8 changes: 8 additions & 0 deletions hono-zod-openapi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
```
npm install
npm run dev
```

```
open http://localhost:3000
```
18 changes: 18 additions & 0 deletions hono-zod-openapi/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"scripts": {
"dev": "NODE_ENV=development tsx watch src/index.tsx"
},
"dependencies": {
"@hono/node-server": "^1.3.3",
"@hono/zod-openapi": "0.9.5",
"@prisma/client": "5.7.1",
"hono": "3.11.10"
},
"devDependencies": {
"@hono/swagger-ui": "0.2.0",
"@tsconfig/strictest": "^2.0.2",
"@types/node": "20.10.5",
"prisma": "5.7.1",
"tsx": "^3.12.2"
}
}

0 comments on commit 9adc185

Please sign in to comment.