Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/epicmet/mycv

A simple project for me to start working with NestJS.
https://github.com/epicmet/mycv

Last synced: 2 months ago
JSON representation

A simple project for me to start working with NestJS.

Awesome Lists containing this project

README

        

# My Car Value

Just a simple API using nest followed by a tutorial from [Stephen Grider](https://github.com/stephenGrider)

## Installation

```bash
$ yarn install
```

## Running the app

```bash
# development
$ yarn run start

# watch mode
$ yarn run start:dev

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

## Test

```bash
# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

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