Description | Technologies used | Prerequisites | Installing | Acknowledgments
Application that helps people find waste collection points.
If you do not have any of the software below, follow the link to install
Follow the steps below to run the project on your computer. (using terminal or git bash)
- Clone this repository
git clone git@github.com:gustavo-tp/ecoleta.git
- Run Backend
cd ecoleta/backend
npm install
npm start
- Run WEB App
cd ../frontend
npm install
npm start
- Run Mobile App
cd ../mobile
npm install
npm start
Then open the Expo app on your phone and scanned the QR code.