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.
-
Install Java 11, go to SDKMAN for install SDKMAN
sdk install java x.y.z-open
-
Set it as your default JVM
export JAVA_HOME='$HOME/.sdkman/candidates/java/current'
-
Clone this repository:
git clone https://github.com/sandersgutierrez/marketplace.git
-
Run application
./gradlew bootRun
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.
- Sanders Gutiérrez - Software Engineer
This project is open-sourced software licensed under the MIT license.