Skip to content

Latest commit

 

History

History
132 lines (103 loc) · 4.57 KB

README.md

File metadata and controls

132 lines (103 loc) · 4.57 KB

Ecoleta

GitHub top language GitHub language count Project license Repository size GitHub last commit Made by Rocketseat
LinkedIn link


English · Portuguese

About   |    Technologies   |    Tools   |    Installation   |    License


Screens

🔖 About

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.


💻 Technologies


🔧 Tools


📦 Installation

✔️ Prerequisites

The following software must be installed:


⬇️ Cloning the repository

  $ git clone https://github.com/maiquelp/Ecoleta.git

▶️ Running the applications

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

📝 License

This project is under the MIT license.