Next Level Week | Project | Technologies | Layout | How to use
NLW is a practical week with lots of code, challenges, networking and a single objective: to take you to the next level. An online and completely free event that will help you take the next step in your evolution as a dev.
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.
Web Example:
Mobile Example:
This project was developed with the following technologies:
To access the layout use Figma.
To clone and run this application, you'll need Git, Node.js / Yarn installed on your computer.
From your command line:
# Clone this repository
$ git clone https://github.com/felipedev1/NLW-01-Booster.git
# Go into the repository
$ cd NLW-01-Booster/server
# Install dependencies
$ npm install
# Run Migrates
$ npm run knex:migrate
# Run Seeds
$ npm run knex:seed
# Start server
$ npm run dev
# Go into the repository
$ cd NLW-01-Booster/web
# Install dependencies
$ npm install
# Start App
$ npm start
# Go into the repository
$ cd NLW-1.0/mobile
# Install dependencies
$ npm install
# Run
$ npm start