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.
This project was developed at the RocketSeat Omnistack Week with the following technologies:
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!