An open API service indexing awesome lists of open source software.

https://github.com/fernandobelotto/car_price_api

Project for exploring the Nestjs framework
https://github.com/fernandobelotto/car_price_api

api nestjs sqlite

Last synced: 4 months ago
JSON representation

Project for exploring the Nestjs framework

Awesome Lists containing this project

README

          

# Nestjs Cars API

## Description

Project used to study nestjs framework and its features

## Installation

```bash
$ npm install
```

## Running the app

```bash
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

## Test

```bash
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
```