Skip to content

Latest commit

 

History

History
93 lines (68 loc) · 2.78 KB

README.md

File metadata and controls

93 lines (68 loc) · 2.78 KB

Ecoleta

License Issues GitHub top language Stars

🚀 Technologies

This project was developed with the following technologies:

💻 Project

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.

🔨 Deploy

🤔 How to contribute

  • 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.

🔖 How to run

Cloning the project

git clone https://github.com/wesleyfeitosa/ecoleta.git
cd ecoleta
npm install

Starting Backend

cd server
yarn start

Starting Frontend

cd web
yarn start

Starting mobile

cd mobile-app
yarn start

📝 License

This project is under the MIT license. See the file LICENSE for more details.

🙏🏼 Acknowledgments

I want to thank Rocketseat for devising and providing the basis for this project


Made with 💜 by Wesley Feitosa 👋