Skip to content

aerabi/express-ts-swagger-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express.ts Swagger Docker

Express.js TypeScript template for backend applications with auto-generated SwaggerUI and Docker-Compose deployment configuration.

Install

To install the application, do the following after cloning the repository:

$ npm install

Build and Run

To build the application:

$ npm run build:all

And to run the server:

$ npm run server

Codestyle

To check the codestyle (lint), do the following:

$ npm run lint