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

https://github.com/jschirrmacher/api-first-with-typescript

API first with Typescript, express.js and express-openapi
https://github.com/jschirrmacher/api-first-with-typescript

express-openapi expressjs typescript

Last synced: 9 months ago
JSON representation

API first with Typescript, express.js and express-openapi

Awesome Lists containing this project

README

          

# API first with TypeScript

With [these 6 steps](STEPS.md), you'll see how to set up a Typescript project which serves a REST API. It has the following features:

- API first: OpenAPI specification file defines, what REST routes exist.
- Uses express.js and express-openapi
- Swagger UI for easy manual tests
- Fully unit tested
- Implementation is kept up-to-date with the Open API spec even after changes

See the full walkthrough tutorial video (audio in german):

[API First With Type Script](https://video.hardlimit.com/w/1Wo3LFsyL3vzb57mdym4S1)