Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.34 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.34 KB

The steps to clone, build, and run a Spring Boot project from the terminal using Maven and Java.

Commands to Run the Project: bash

  1. Clone the Git repository to your local machine : git clone https://github.com/ompratyushraj/ecomspringbootfcc_pprac/tree/main

  2. Navigate into the project directory : cd ecomspringbootfcc_pprac

  3. Clean and build the project using Maven : mvn clean install

ecommercefccbuildonline-video-cutter com-ezgif com-video-to-gif-converter

  1. Navigate to the target directory where the JAR file is located : cd target

  2. 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:

  1. Loggin in as Admin: image

  2. Getting all products : image

  3. Adding a new product : image

  4. Adding a new user : image

All other API's are working fine, if you want to go further just, clone it and test them / : ) . Thank's.