About the project | Technologies | Getting started | How to contribute | Get in touch
-
This project aims to create a connection between companies and / or entities that collect waste (organic and inorganic) to people / companies that need to dispose of this waste.
-
This project was developed on the Next Level Week event by Rocketseat
Technologies that I used to develop this project
Clone the project and access the folder
$ git clone https://github.com/JohnEmerson1406/ecoleta.git && cd ecoleta
Follow the steps below
# Starting from the project root folder
$ cd ecoleta
# Install the dependencies
$ npm install
# Start the server
$ npm start
Make a fork of this repository
# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.
$ gh repo fork JohnEmerson1406/ecoleta
Follow the steps below
# Clone your fork
$ git clone your-fork-url && cd ecoleta
# Create a branch with your feature
$ git checkout -b my-feature
# Make the commit with your changes
$ git commit -m 'feat: My new feature'
# Send the code to your remote branch
$ git push origin my-feature
After your pull request is merged, you can delete your branch
Made with ♥ by John Emerson 👋 Get in touch