Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)