/nestjs-timestamp-microservice

FreeCodeCamp Challenge - Timestamp microservice built with NestJS

Primary LanguageTypeScript

Description

This is a project I built as a challenge for FreeCodeCamp's curriculum.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod