mauriciomutte / nest-api-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

NestJS API Playground

Entities

---
title: Entities
---
erDiagram
    USER ||--o{ BOOKMARK : creates

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About


Languages

Language:TypeScript 86.0%Language:Dockerfile 8.6%Language:JavaScript 5.5%