/NestJS-API

E-commerce NestJS PostgreSQL/TypeORM API

Primary LanguageTypeScriptMIT LicenseMIT

Nest Logo

Description

E-commerce NestJS API (PostgreSQL/TypeORM) playground. In progress.

Database Structure

In progress, current goal!

PostgreSQL Database Structure

Installation

$ npm install

Running the app

# docker
$ docker-compose up -d

# development & watch mode
$ npm run dev

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.