The steps to clone, build, and run a Spring Boot project from the terminal using Maven and Java.
Commands to Run the Project: bash
-
Clone the Git repository to your local machine : git clone https://github.com/ompratyushraj/ecomspringbootfcc_pprac/tree/main
-
Navigate into the project directory : cd ecomspringbootfcc_pprac
-
Clean and build the project using Maven : mvn clean install
-
Navigate to the target directory where the JAR file is located : cd target
-
Run the Spring Boot application using the generated JAR file : java -jar your-app-name.jar
That's here some of the API's tests:
All other API's are working fine, if you want to go further just, clone it and test them / : ) . Thank's.