An open API service indexing awesome lists of open source software.

https://github.com/hacxy/nitro-example

Nitro APP example, Support OpenAPI for zod.
https://github.com/hacxy/nitro-example

Last synced: 8 days ago
JSON representation

Nitro APP example, Support OpenAPI for zod.

Awesome Lists containing this project

README

        

# Nitro Example

这是一个使用 [Nitro](https://nitro.unjs.io/guide#quick-start) 开发的后端应用案例

- [JsonWebToken](https://github.com/auth0/node-jsonwebtoken) 登录身份校验
- [zod](https://github.com/colinhacks/zod) 运行时类型校验并自动生成OpenAPI
- 统一响应参数格式
- 统一业务异常响应格式
- 文件上传示例

## 参考:

- https://github.com/Dg0230/nitro-openapi-example
- https://github.com/StefanTerdell/zod-to-json-schema