Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 353 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 353 Bytes

Requisites

npm docker docker-compose

Installation

$ npm install
$ cp .env.sample .env

Running the app

$ cd docker
$ chmod +x start.bash
$ ./start.bash --build

Running migrations

$ docker exec -ti meli-poc-api sh
$ npm run migration:run

Running test to get coverage

$ npm run test:cov