/Mobile-API-Backend

Mobile API backend maked with node framework called nestjs.

Primary LanguageTypeScriptMIT LicenseMIT

Nest Logo

Tools

Ubuntu, Visual Studio Code, Node, NestJS, TypeScript, Database, Insomnia, Opera.

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Swagger UI Documentation

$ localhost:3000/starstore/api

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov