The Ecoleta Project is a web application that consists of a waste collection marketplace, where it is possible to register entities that collect certain types of materials (paper, organic, eletronic waste, etc). Subsequently, it is possibel to consult the location of these entities and thus know the correct place to dispose of a certain type of material.
It was developed during Rocketseat's Next Level Week.
Note: To perform the procedures below on your terminal it is necessary to have Git and NodeJS or Yarn installed on the machine.
# Clone the repository
$ git clone https://github.com/willian-souza/ecoleta
# Enter the downloaded directory
$ cd ecoleta
# Install all dependencies
$ npm install
# Run the application
$ npm start
# Clone the repository
$ git clone https://github.com/willian-souza/ecoleta
# Enter the downloaded directory
$ cd ecoleta
# Install all dependencies
$ yarn
# Run the application
$ yarn start
Open http://localhost:3000 with your browser to see the result.
This project is under license MIT. See the archive LICENSE for more details.
Developed by Willian dos Santos Souza