Skip to content

Latest commit

 

History

History
87 lines (65 loc) · 2.83 KB

README.md

File metadata and controls

87 lines (65 loc) · 2.83 KB

BeTheHero - Aplication developed during 11th Omnistack Week

GitHub top language GitHub language count Codacy grade Repository size GitHub last commit Repository issues

About

The main objective of the application is to allow NGOs to ask for donations for specific problems in a dashboard. In the mobile app, the user can choose a problem that s/he can help, and contact the corresponding NGO via Whatsapp and/or E-mail.

🚀 Technologies

This project was developed at the RocketSeat Omnistack Week with the following technologies:

Back-end

Front-End

Mobile (Android Only)

Others

Instructions

First, we need to start the api. For that you'll need to:

  • Run the following commands on backend folder:
npm install
npx knex migrate:latest
  • After that you can start the api with:
npm run start

To start front-end, execute the following commands on frontend folder:

npm install
npm run start

To start mobile (using Expo App), execute the following commands on mobile folder:

npm install
expo start

Made with ♥ by Ana Figueira 👋 Get in touch!