Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rafamancan/nest-challenge-exam


https://github.com/rafamancan/nest-challenge-exam

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Requirements
1. Docker
2. NodeJS v17.9.1
3. NPM 8.11.0

## Installation
Clone this repository on your local folder.
```bash
npm install
docker-compose -up -d
cp .env.example .env
npx prisma migrate dev

```

## Running the app

```bash
# development
npm run start:dev
```

## Testing

```bash
# unit tests
npm run test

# e2e tests
npm run test:e2e

# test coverage
npm run test:cov
```