Skip to content

A project to search and see details of recycling locations of residues. Made during the Rocketseat NLW#1, using ReactJS, React Native, ExpressJS, and Typescript.

Notifications You must be signed in to change notification settings

vinicius-masiero/Ecoleta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecoleta

Web Screenshot

💻 Technologies

This project was made using the following technologies:

👷 How to run

# Clone Repository
$ git clone https://github.com/vinicius-masiero/Ecoleta.git

📦 Run API

# Go to server folder
$ cd Ecoleta/server

# Install dependencies
$ yarn install

# Run application
$ yarn start

Access API at http://localhost:3333/

💻 Run Web Project

# Go to web folder
$ cd Ecoleta/web

# Install dependencies
$ yarn install

# Run application
$ yarn start

Open the project at http://localhost:3000/

📱 Run Mobile Project

To run the mobile project you need a smartphone with the expo app installed or an android/ios emulator.
After, fork this repository and clone to your machine. Inside of the project's folder run the following commands:

# Go to mobile folder
$ cd Ecoleta/mobile

# Install dependencies
$ yarn install

# Run application
$ yarn start

After, read the QRCode using the expo app or run using an emulator.

About

A project to search and see details of recycling locations of residues. Made during the Rocketseat NLW#1, using ReactJS, React Native, ExpressJS, and Typescript.

Topics

Resources

Stars

Watchers

Forks