Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aperkaz/express-open-api

Express with OpenAPI setup
https://github.com/aperkaz/express-open-api

express openapi

Last synced: about 2 months ago
JSON representation

Express with OpenAPI setup

Awesome Lists containing this project

README

        

# Express OpenAPI

Code for the article:

This codebase shows how to build an [OpenAPI](https://www.openapis.org/)-backed [express](https://expressjs.com/) application.

## How to run

```bash
# Install dependencies
npm i

# Run app
npm run start
```

## Dynamic API documentation

Thanks to its OpenAPI compliance, the app auto-generates the documenation of the API on the fly.

Available in , while the app is running.

![doc-image](./doc-image.png)

## License

MIT © [Alain Perkaz](https://aperkaz.github.io)