Skip to content

ryoppippi/openapi-with-hono-and-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAPI + Hono + swift-openapi-generator Example

2023-08-26.13.00.38.mov

Setup

make setup

Generate Schema

 cd backend
 bun run generate

You can use watch build so that you will get a tRPC-like experience between Swift <- -> TypeScript.

cd backend
bun run generate --watch

Run

backend

cd backend
bun run dev

ios

make open

Then, run on Xcode.

Authors

License

MIT