Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 475 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 475 Bytes

Add a Swagger UI to a TS ExpressJS App using Tsoa

This repo contains a simple example of Tsoa / Swagger UI.

Made for this tutorial.

Build the app

npm run build

Run the app

npm start

View the app

Go to http://localhost:3000/swagger

Attribution

Contains code from A.K. Bejaoui.