Skip to content

zmcl-subscriptions/Test

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

It is SachCoreService on Nest.js and MongoDB(Mongoose). You can:

  1. Create, read, update and delete Videos.
  2. Create, read likes.

See OpenAPI(Swagger) http://localhost:3000/api/#/

See SachCoreService on Handlebars http://localhost:3000/posts

Installation

yarn install

Running the app

# development
yarn start

# watch mode
yarn  start:dev

# production mode
yarn start:prod

Test

# unit tests
yarn start test

# e2e tests
yarn start test:e2e

# test coverage
yarn start test:cov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published