Skip to content

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 i…

License

Notifications You must be signed in to change notification settings

maiquelp/Ecoleta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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 i…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published