/mercadolibre-api-clone-java

Demo Application to teaching Java and SpringBoot.

Primary LanguageJavaMIT LicenseMIT

Web Marketplace

🍵 Introduction

This is a demo application for my students of the BootCamp Java of MercadoLibre that aims to be a knowledge support for the final project.

🏁 How To Start

  1. Install Java 11, go to SDKMAN for install SDKMAN

    sdk install java x.y.z-open
  2. Set it as your default JVM

    export JAVA_HOME='$HOME/.sdkman/candidates/java/current'
  3. Clone this repository:

    git clone https://github.com/sandersgutierrez/marketplace.git
  4. Run application

    ./gradlew bootRun

Postman Collection

Click the Run in Postman button to fork the collection to your own workspace. You can pull changes if the collection is updated in the future.

Run in Postman

👨‍💻 Author

🔓 License

This project is open-sourced software licensed under the MIT license.