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

https://github.com/aerabi/express-ts-swagger-docker

Express.js Backend with TypeScript, Swagger UI, and Docker Compose
https://github.com/aerabi/express-ts-swagger-docker

docker docker-compose expressjs openapi swagger tsoa typescript

Last synced: about 1 year ago
JSON representation

Express.js Backend with TypeScript, Swagger UI, and Docker Compose

Awesome Lists containing this project

README

          

# 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:
```bash
$ npm install
```

## Build and Run
To build the application:
```bash
$ npm run build:all
```

And to run the server:
```bash
$ npm run server
```

## Codestyle
To check the codestyle (lint), do the following:
```bash
$ npm run lint
```