Skip to content

๐Ÿš€ Ecoleta is a project to help people find collection points for recycling. Made in Next Level Week 1 @Rocketseat

License

Notifications You must be signed in to change notification settings

AlexandreAkao/NLW-1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

37 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

NextLevelWeek

Made by AlexandreAkira License Stargazers

โ„น๏ธ What's Next Level Week?

Next Level Weel is a week provided by rocketseat that has a lot of learning, coding, challenges, networking and a single objective: to take you to the next level.

๐Ÿ’ป Project

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

Example

๐Ÿš€ Technologies

This project was developed with the following technologies:

โ„น๏ธ How To Use

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

From your command line:

Install API

# Clone this repository
$ git clone https://github.com/AlexandreAkao/NLW-1.0.git

# Go into the repository
$ cd NLW-1.0/backend

# Install dependencies
$ npm install

# Run Migrates
$ npm knex:migrate

# Run Seeds
$ npm knex:seed

# Start server
$ npm run dev

# running on port 3333

Install Front-end

# Clone this repository
$ git clone https://github.com/AlexandreAkao/NLW-1.0.git

# Go into the repository
$ cd NLW-1.0/web

# Install dependencies
$ npm install

# Run
$ npm start

# running on port 3000

Install Mobile

# Clone this repository
$ git clone https://github.com/AlexandreAkao/NLW-1.0.git

# Go into the repository
$ cd NLW-1.0/mobile

# Install dependencies
$ npm install

# Run
$ npm start

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

# If some problem with fonts, execute:
$ expo install expo-font @expo-google-fonts/ubuntu @expo-google-fonts/roboto

๐Ÿ“ License

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