An aplication developed during the Semana OmniStack 11 by https://rocketseat.com.br/.
This aplication was developed with technologies:
$ git clone https://github.com/MichelleDiniz/be-the-hero.git
$ cd be-the-hero
$ cd backend
$ cd npm install
$ cd frontend
$ npm install
$ cd backend
$ npm start
$ cd frontend
$ npm start
$ npx knex migrate:latest
$ cd backend
$ npm-test