Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafamancan/nest-challenge-exam
https://github.com/rafamancan/nest-challenge-exam
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rafamancan/nest-challenge-exam
- Owner: rafamancan
- Created: 2022-11-23T23:54:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T13:24:26.000Z (about 2 years ago)
- Last Synced: 2024-11-29T22:50:59.984Z (about 2 months ago)
- Language: TypeScript
- Size: 209 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```