Skip to content

ahmadarif/nestjs-app

Repository files navigation

Description

Simple NestJS Apps

Requirements

  • NodeJS
  • Redis
  • Http Server (optional, for running client app)

Installation

$ npm install

Configuration

# copy environment config (update your own connection settings)
$ cp .env.example .env

Running the app

# development
$ npm run serve

# production mode
$ npm run start:prod

# build
$ npm run build

# run compiled code
$ npm run start / npm start

# run client app (websocket client)
$ http-server client

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

Simple example using NestJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published