Skip to content

wesleyfeitosa/ecoleta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 👋

Releases

No releases published

Packages

No packages published