The Next Level Week is a proposal from Rocketseat with the objective of taking its participants to the next level. As its name suggests, it is an week-long initiative, where the development of a project takes place in practice, with a lot of code, challenges and connections with different people from around the world. Through this proposal, it is possible to get to know new tools, as well as, to know stacks that may come to boost the career of the participant in question. The Rocketseat made this event available for free and online in the first week of June 2020, where the Ecoleta project was developed.
- Day 1. Accelerating your evolution
- Day 2. Looking at opportunities
- Day 3. The stack choice
- Day 4. Up to 2 years in 2 months
- Day 5. Extra mile
The Ecoleta project is a tool that aims to help people to find commercial businesses that collect certain types of materials, in order to encourage their recycling.
This project was developed with the following technologies:
Mobile
Download or clone the repository, and then:
# Go into the back-end folder
$ cd ecoleta\server
# Install the dependencies
$ npm install
# Run the server
$ npm run dev
# Go into the front-end folder
$ cd ecoleta\web
# Install the dependencies
$ npm install
# Run the web application
$ npm start
Before run the mobile project, it is necessary install the Expo Cli.
# Go into the mobile folder
$ cd ecoleta\mobile
# Install the dependencies
$ expo install
# Run the mobile application
$ expo start