Skip to content

librity/nc_nestjs

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

Table of Contents

About

A movies API made with NestJS.

Endpoints

MoviesController

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Bash commands

# Get all commands
$ nest

# Generate a new controller
$ nest generate controller
$ nest g co

# Generate a new service
$ nest generate service
$ nest g s

# Generate a new module
$ nest generate module
$ nest g mo

# Lint project
$ npm run lint

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

Libs

Docs

Resources

About

Nomad Coders - NestJS API - A movies API made with NestJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published