/be-the-hero

Helping ONGs to have a donate.

Primary LanguageJavaScript

Be the hero

An aplication developed during the Semana OmniStack 11 by https://rocketseat.com.br/.

This aplication was developed with technologies:

Cloning this repository

$ git clone https://github.com/MichelleDiniz/be-the-hero.git

$ cd be-the-hero

$ cd backend
$ cd npm install

$ cd frontend
$ npm install

Running this application

$ cd backend
$ npm start

$ cd frontend
$ npm start

Running migrates

$ npx knex migrate:latest

Tests

$ cd backend
$ npm-test