mayconbalves / BossaBox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VUTTR

Requirements

  • NodeJs v5 || >
  • yarn

Download backend API

https://gitlab.com/bossabox/challenge-fake-api/tree/master

running npm install and npx json-server db.json. API host http://localhost:3000.

Download Projects

https://github.com/mayconbalves/BossaBox and install dependencies with yarn install

Running Projects

enter backend folder and running npx json-server db.json

after running frontend with yarn start

Running tests

yarn test

Running coverage

yarn test:coverage

About

License:MIT License


Languages

Language:JavaScript 98.7%Language:HTML 1.3%