Web application from Ecoleta System. Build on Next Week Level, organized by Rocketseat.
- Create points for recycling with their items
To get the API, follow this Ecoleta API.
First of all, it is important that you have installed Yarn.
So, run this command in terminal to clone the project via HTTPS:
git clone https://github.com/fernandogatto/ecoleta-web.git
SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:
git@github.com:fernandogatto/ecoleta-web.git
Install dependencies
yarn install
Run API
The interface needs to interact with the server to get all the data related.
Make sure to go to the Ecoleta API repository and follow the instructions in order to get it running in your machine.
Run the following command in order in terminal:
# Start the server
yarn start
- Fork this repository.
- Create a branch with your resource:
git checkout -b my-feature
- Submit changes:
git commit -m "feat: My new feature"
- Push your branch:
git push origin my-feature
Released in 2020. This project is under the MIT License.
Build with 💜 by Fernando Gatto.