e-Recycling is an application that aims to help people find places that collect specific types of waste, encouraging people to recycle more.
This product has been created during Rocketseat's Next Level Week 1 that is a working week with lots of code, challenges, networking and a single objective: to take you to the next level. Through our method, you will learn new tools, learn about new technologies and discover hacks that will boost your career. An online and completely free event that will help you take the next step in your evolution as a dev.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them?
To run the application you will need:
# Clone this repository
$ git clone https://github.com/joaozarate/e-Recycling.git
# Go into the repository
$ cd e-Recycling/backend
# Install dependencies
$ yarn install
# Run Migrates
$ yarn knex:migrate
# Run Seeds
$ yarn knex:seed
# Start server
$ yarn dev
# running on port 3333
# Clone this repository
$ git clone https://github.com/joaozarate/e-Recycling.git
# Go into the repository
$ cd e-Recycling/frontent
# Install dependencies
$ yarn install
# Run
$ yarn start
# running on port 3000
The Application was developed using Expo. It is a free and open source toolchain built around React Native to facilitate the process of running and testing applications. Click here to get start with Expo.
# Clone this repository
$ git clone https://github.com/joaozarate/e-Recycling.git
# Go into the repository
$ cd e-Recycling/mobile
# Install dependencies
$ yarn install
# Run
$ yarn start
# Expo will open, just scan the qrcode on terminal or expo page
# If some problem with fonts, follow the link:
https://forums.expo.io/t/sdk-37-unrecognized-font-family/35201/11
Home
Create
Home
Map
Detail
This project was developed with the following technologies:
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
v1.0.0-alpha
- João Zarate - Initial work - João Zarate
This project is licensed under the MIT License - see the LICENSE.md file for details
I would like to thank Rocketseat for creating and providing the teaching and methodology that created this product.