This project was made using the following technologies:
# Clone Repository
$ git clone https://github.com/vinicius-masiero/Ecoleta.git
# Go to server folder
$ cd Ecoleta/server
# Install dependencies
$ yarn install
# Run application
$ yarn start
Access API at http://localhost:3333/
# Go to web folder
$ cd Ecoleta/web
# Install dependencies
$ yarn install
# Run application
$ yarn start
Open the project at http://localhost:3000/
To run the mobile project you need a smartphone with the expo app installed or an android/ios emulator.
After, fork this repository and clone to your machine. Inside of the project's folder run the following commands:
# Go to mobile folder
$ cd Ecoleta/mobile
# Install dependencies
$ yarn install
# Run application
$ yarn start
After, read the QRCode using the expo app or run using an emulator.