This project is a BFF for this Frontend.
$ git >= v2.x
$ npm >= v6.x
$ nodejs >= v10.x
- Clone this repository:
$ git clone https://github.com/alan-nascimento/meli-product-finder-api.git
- Install dependencies:
$ npm install
-
Create an
.env
file in the root folder and set the environment variables following the.env.example
file. -
Start the local server:
$ npm run dev
- Open a new terminal execute:
$ npm run test
- Run the following command to collect coverage report:
$ npm run test:ci
- Run the following command at the terminal:
$ npm run lint
- Run the following command:
$ npm run build
- The build result will be avaiable at the
dist
folder.
Developed by Alan Nascimento - Github - Published in October of 2020.