Skip to content

fernandohenriques/mercado-livre-clone-api

Repository files navigation

Mercado Livre App Api (BFF for this front-end)

Getting Started

JavaScript + Node.js + Express + Joi + Ramda + Husky + ESLint = 💪

Pré-requisitos

$ Git --version
>= v2.19

$ node --version
>= v10.11.0

$ NPM --version
>= v6.4.1

How to run

Pelo terminal, entre na pasta onde deseja manter o projeto e execute os seguintes passos:

$ git clone https://github.com/fernandohenriques/mercado-livre-clone-api.git
$ cd mercado-livre-clone-api/
$ cp .env.sample .env
$ npm install
$ npm run dev

To run in Prod

$ cd mercado-livre-clone-api/
$ npm install
$ npm run start

Run tests

$ cd mercado-livre-clone-api/
$ npm run test:unit

Static Analysis

$ cd mercado-livre-clone-api/
$ npm run test:lint

Code Coverage

$ cd mercado-livre-clone-api/
$ npm run test:coverage

Built With

Author

Releases

No releases published

Packages

No packages published