Giter Club home page Giter Club logo

ecoleta's Introduction

Ecoleta ♻️

Connecting recycling collection points with people who need to dispose their waste in an ecological way.

GitHub language count Repository size GitHub last commit License Stargazers

Done - The project has been finalized.

AboutTech StackLayoutHow it worksLicense

About

Web application to help people find proper collection points for recycling.

It is a way to connect companies and entities that collect organic and inorganic waste to people who need to dispose their waste in an ecological way.

This project was developed during the Next Level Week #01 offered by Rocketseat.

Tech Stack

The following tools were used for building this project:

API

Website

Mobile App

Layout

You can check the layout at Figma.


How it works

Pre-requisites

Before you begin, you will need to have the following tools installed on your machine:

  • Node.js
    recommend version 12.18

    Node can be installed from https://nodejs.org/en/.

  • NPM:
    recommend version 6.14

    Installing Node will also install NPM automatically.

Running the API

Make sure you are inside the server folder, then follow these steps:

  • Install project dependencies:
npm install
  • Init the database (create tables and default records):
npm run knex:migrate
npm run knex:seed
  • Start the API:
npm start

The API will be running on PORT 3333.

Running the Web App

Make sure you are inside the web folder, then follow these steps:

  • Install project dependencies:
npm install
  • Start the APP:
npm start

The app will be running on port 3000.

Running the Mobile App

Make sure you are inside the mobile folder, then follow these steps:

  • Install project dependencies:
npm install
  • Start the APP:
npm start
  • Expo Developer Tools.

    • Expo Developer Tools will open up in the browser.
    • Select LAN as connection type.
    • Open the Expo mobile phone app.
    • Scan the provided QR Code with the Expo app.

License

This project is under the license MIT.

ecoleta's People

Contributors

th92rodr avatar dependabot[bot] avatar

Stargazers

sts avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.