mgiovani / ecoleta-nlw

This project aims to connect people to companies that collect specific waste such as light bulbs, batteries, and cooking oil.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NextLevelWeek

Project

Ecoleta is a project developed based on international environment week.
This project aims to connect people to companies that collect specific waste, such as light bulbs, batteries, and cooking oil.

Home

Technologies

How To Use

From your command line:

Backend API

# Clone this repository
$ git clone https://github.com/mgiovani/ecoleta-nlw

# Go into the repository
$ cd ecoleta/backend

# Install dependencies and run migrations
$ make install

# Start server on port 3333
$ make run

Front-end

# Clone this repository
$ git clone https://github.com/mgiovani/ecoleta-nlw

# Go into the repository
$ cd ecoleta/frontend

# Install dependencies
$ make install

# Run on port 3000
$ make run

Mobile

# Clone this repository
$ git clone https://github.com/mgiovani/ecoleta-nlw

# Go into the repository
$ cd ecoleta/mobile

# Install dependencies
$ make install

# Run
$ make run

# Expo will open. Scan the QRcode on the terminal or expo page

More Screenshots

Point1 Point2 Mobile1 Mobile2

About

This project aims to connect people to companies that collect specific waste such as light bulbs, batteries, and cooking oil.


Languages

Language:TypeScript 81.0%Language:CSS 15.0%Language:HTML 2.6%Language:Makefile 1.2%Language:JavaScript 0.3%