rd4704 / nestjs-api

Sample API microservice example using NestJS with Docker. Ready to go on Kubernetes cluster!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NestJS API Example

Installation

Install dependencies

npm install

NPM scripts

  • npm start - Start application
  • npm run start:watch - Start application in watch mode
  • npm run test - run Jest test runner
  • npm run start:prod - Build application

Swagger API docs

This example repo uses the NestJS swagger module for API documentation. NestJS Swagger - www.swagger.io

About

Sample API microservice example using NestJS with Docker. Ready to go on Kubernetes cluster!


Languages

Language:TypeScript 83.9%Language:Dockerfile 12.0%Language:JavaScript 4.0%