Be The Hero is an app to connect people who want to help ONGs.
This project was developed with the following technologies:
To clone and run this application, you'll need Git, Node.js + Yarn installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/ViniCleFer/BeTheHero.git
# Go into the repository
$ cd BeTheHero/backend
# Install dependencies
$ yarn install
# Run Migrates
$ yarn knex migrate:latest
# Run Seeds
$ yarn seed
# Run the API
$ yarn start
# Run tests
$ yarn test