Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yo-mah-ya/openapi-with-express
OpenAPI-with-Express implemented in TypeScript
https://github.com/yo-mah-ya/openapi-with-express
expressjs openapi openapi3 restapi typescript
Last synced: about 2 months ago
JSON representation
OpenAPI-with-Express implemented in TypeScript
- Host: GitHub
- URL: https://github.com/yo-mah-ya/openapi-with-express
- Owner: Yo-mah-Ya
- Created: 2023-04-11T00:02:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T21:00:56.000Z (almost 2 years ago)
- Last Synced: 2024-05-18T07:45:33.205Z (8 months ago)
- Topics: expressjs, openapi, openapi3, restapi, typescript
- Language: TypeScript
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenAPI with Express written in TypeScript
Main libraries for this repository
# API Server
- [express](http://expressjs.com/)
# OpenAPI Validation for both request and response
- [express-openapi-validator](https://github.com/cdimascio/express-openapi-validator#readme)
# Generate TypeScript types from OpenAPI specification
- [openapi-typescript](https://github.com/drwpow/openapi-typescript#readme)
# UI to see the OpenAPI specification
- [swagger-ui-express](https://github.com/scottie1984/swagger-ui-express)