Simple project template to create a typescript node express repository including a hello-world endpoint and a SwaggerUi.
Create .env
from .env.example
.
There are different ways to start the application.
After startup http://localhost:8080/ will display the SwaggerUI for your API.
npm install
npm run dev
npm install
npm run serve