Skip to content

ridwanzal/express-openapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express with Open APIv2 (Swagger)

Code for the article: https://www.freecodecamp.org/news/how-to-build-explicit-apis-with-openapi/

This codebase shows how to build an OpenAPI-backed express application.

How to

# 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 http://localhost:3030/api-documentation, while the app is running.

License

MIT-License

About

Express js with open api

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published