Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

sigfriedCub1990/cars-api

Repository files navigation

Description

Simple API with NestJS and MongoDB.

Installation

$ yarn install
$ docker-compose up --build -d db
$ yarn start:dev

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

About

An example API built with NestJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published