About | Technologies | Tools | Installation | License
The Ecoleta aims to bring together people looking for collection points for non-recyclable materials such as lamps, batteries, oil, etc, with institutions that accept to receive these materials. The backend consists of a Rest API running on a NodeJS server. The frontend was made with React and the mobile app with React Native. This project was implemented during the Next Level Week #1 of Rocketseat.
The following software must be installed:
$ git clone https://github.com/maiquelp/Ecoleta.git
- 📦 API
$ cd server
# Dependencies install.
$ yarn # or npm install
# Data base creation.
$ yarn knex:migrate # or npm run knex:migrate
# API start
$ yarn start # or npm start
- 💻 Web app
$ cd web
# Dependencies install.
$ yarn # or npm install
# Running web app
$ yarn start # or npm start
- 📱 Mobile app
$ cd mobile
# Dependencies install.
$ yarn # or npm install
# Running mobile app
$ yarn start # or npm start
This project is under the MIT license.