This project was developed with the following technologies:
Ecoleta is a garbage collection management application, with this application garbage collection companies will be able to easily find places where garbage is deposited, and citizens will be able to share places where they have garbage deposited for responsible companies to come and collect.
- Backend: https://ecoleta-wesleyfeitosa.herokuapp.com/
- Frontend/Web: https://ecoleta.wesleyfeitosa.dev/
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
After the merge of your pull request is done, you can delete your branch.
git clone https://github.com/wesleyfeitosa/ecoleta.git
cd ecoleta
npm install
cd server
yarn start
cd web
yarn start
cd mobile-app
yarn start
This project is under the MIT license. See the file LICENSE for more details.
I want to thank Rocketseat for devising and providing the basis for this project
Made with 💜 by Wesley Feitosa 👋