Skip to content

Mvsrodri/Next-Level-Week

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

Ecoleta is a project developed in Next Level Week from Rocketseat to connect people to companies that collect recyclable materials such as light bulbs, batteries, cooking oil, etc.

🚀 Technologies

📚 Libraries

🔨 Tools

Application Folders

  • Back-end: server
  • Front-end: web

Layout

To access the layout use Figma.

ℹ️ How To Use

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

Install Server

# Clone this repository
$ git clone https://github.com/Mvsrodri/Next-Level-Week.git

# Go into the repository
$ cd Next-Level-Week/server

# Install dependencies
$ npm install
Or:
$ yarn install

# Run Migrates
$ npx knex migrate:latest --knexfile knexfile.ts
or:
$ yarn knex:migrate

# Run Seeds
$ npx knex seed:run --knexfile knexfile.ts
or:
$ yarn knex:seed

# Start server
$ npm run dev
or:
$ yarn dev

running on port 3333

Install Web

# Clone this repository
$ git clone https://github.com/Mvsrodri/Next-Level-Week.git

# Go into the repository
$ cd Next-Level-Week/web

# Install dependencies
$ npm install
Or:
$ yarn install

# Run
$ npm start
or
$ yarn start

# running on port 3000

Install Mobile

# Clone this repository
$ git clone https://github.com/Mvsrodri/Next-Level-Week.git

# Go into the repository
$ cd Next-Level-Week/mobile

# Install dependencies
$ npm install
Or:
$ yarn install

# Run
$ npm start
or
$ yarn start

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

💬 Contact

Linkedin: Marcos Vinicius

Email: mvsrodri00@gmail.com