Through the web interface, NGOs can sign up and publish incidents where they need financial assistance.
In the BackEnd are many routes for sign up, sig in and list de NGOs cases.
in the app, anyone can be a hero, by contacting an NGO to donate to any of the incidents.
From your terminal:
Clone this repository
$ git clone https://github.com/WalyssonPaiva/Be-The-Hero.git
Go into the repository
$ cd Be-The-Hero/backend
Install dependencies
$ npm i
Run Migrates
$ npx knex migrate:latest
Run the API
$ npm start
Thanks for reading ❤️
