Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 668 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 668 Bytes

Ecommerce API

Service with Nest to provide data to ecommerce admin and customer interface

Installation

1 - Clone the repository

2 - Install and run Docker Desktop;

3 - Install all dependecies and setup database

$ npm install --legacy-peer-deps

$ npm run local

Running the app

$ npm run start:dev

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

Routes documentation

Open http://localhost:3000 with your browser to routes details

Stay in touch