Skip to content

NLW #01 - Application to help people find/or register companies that collect specific waste.

License

Notifications You must be signed in to change notification settings

itsjofi/ecoleta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo


💻   Project

Ecoleta is a project developed based on international environment week. That aims to help people find/or register companies that collect specific waste such as light bulbs, batteries, cooking oil, etc.

Example

🚀   Technologies

This project was developed using the following technologies:

-Node.js
-TypeScript
-React JS
-React Native
-Expo

ℹ️   Installation

To clone and run this application, you'll need Git, Node.js and Yarn installed on your computer.

Install API

# Clone this repository
$ git clone https://github.com/joaoficanha/ecoleta.git

# Go into the repository
$ cd ecoleta/server

# Install dependencies
$ yarn install

# Run Migrates
$ yarn knex:migrate

# Run Seeds
$ yarn knex:seed

# Start server
$ yarn dev

# running on port 3333

Install Web-App

# Clone this repository
$ git clone https://github.com/joaoficanha/ecoleta.git

# Go into the repository
$ cd ecoleta/web-app

# Install dependencies
$ yarn install

# Run
$ yarn start

# running on port 3000

Install Mobile

# Clone this repository
$ git clone https://github.com/joaoficanha/ecoleta.git

# Go into the repository
$ cd ecoleta/mobile

# Install dependencies
$ yarn install

# Run
$ yarn start

# Expo will open, just scan the qrcode on terminal or expo page

📝   License

This project is under the MIT license. See the LICENSE for details.

Made by João Pedro Ficanha

About

NLW #01 - Application to help people find/or register companies that collect specific waste.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published