Git Product home page Git Product logo

ecoleta's Introduction

Ecoleta

A technological and effective method for waste collection

♻️ A full stack application developed at Next Level Week promoted by Rocketseat

GitHub language count Made by Léu Almeida

Ecoleta Presentation

Introduction

Ecoleta is a fictitious company and this repository belong to the business logic and is the basis of a general structure.

Ecoleta Presentation

🔌 Prerequisites

🔐 API Instructions

First get all the requirements installed on your system.

Getting started the API Restful backend

Make a clone from the repo and install the dependencies

# After clone this repo, enter in the API folder
$ cd backend

# Install all dependencies using Yarn
$ yarn

# Run the migrations and seeds
$ yarn knex:migrate && yarn knex:seed

# Run the development server
$ yarn dev

# Case the output appears like this, is all ok
yarn run v1.21.1
$ ts-node-dev src/server.ts

# The backend will run on port 3333
# https://localhost:3333

💻 Frontend Instructions

Getting started the web application

# After clone this repo, enter in the Web folder
$ cd web

# Install all dependencies using Yarn
$ yarn

# Run the project
$ yarn start

# IMPORTANT!!!
# Certify yourself that the backend is running on http://localhost:3333

📱 Mobile Instructions

Getting started the mobile application (app)

# After clone this repo, enter in the folder
$ cd mobile

# Install all dependencies using Yarn
$ yarn

# Run using Expo
$ yarn start

# Scan using your device and certify that you are using
# the correct Base URL in the src/services/api.ts file

©️ License

MIT License.

See LICENSE for details.



Your contribution are welcome :)

ecoleta's People

Contributors

dependabot[bot] avatar leualmeida avatar

Watchers

 avatar  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.