Edwardz43 / demo-blog-apigateway

A nest js framework project. Simple API Gateway.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

A blog API gateway for BlogAPI with Nest framework.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# debug mode
$ npm run start:debug

# production mode
$ npm run start:prod

Docker Support

$ docker build -t {IMAGE_NAME} .
$ docker run -p 3001:3001 {IMAGE_NAME}

About

A nest js framework project. Simple API Gateway.


Languages

Language:TypeScript 94.7%Language:JavaScript 2.3%Language:Dockerfile 2.0%Language:Shell 0.9%