Ecoleta is a web and mobile to provide collection points for recyclable waste!
This application was built in Omnistack week streamed by Rocketseat. This application comes with the idea of creating an environment where People can provide collection posts for other people to leave their recyclable waste
O projeto foi desenvolvido utilizando as seguintes tecnologias:
- Clone :
$ git clone https://github.com/msvictor/ecoleta.git
- Execute the application:
# API
$ cd backend
$ npm install
$ npm run start
# WEB
$ cd web
$ npm install
$ npm run start
# MOBILE
$ cd mobile
$ npm install
$ npm run start
This project is under MIT LICENSE. for more details follow the link: LICENSE.