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.
- Visual Studio Code
- Insomnia
- Expo
- Mobile Device
- Back-end: server
- Front-end: web
To access the layout use Figma.
To clone and run this application, you'll need Git, Node.js + Npm or Yarn installed on your computer.
# 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
# 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
# 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
Linkedin: Marcos Vinicius
Email: mvsrodri00@gmail.com