Skip to content

Developed a scalable e-commerce backend using Spring Boot, featuring JWT authentication, RESTful APIs, MySQL database, Spring Security for data protection, and multipart file handling for product images. Tested with JUnit and Postman for performance and reliability.

Notifications You must be signed in to change notification settings

ompratyushraj/ecomspringbootfcc_pprac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Developed a scalable e-commerce backend using Spring Boot, featuring JWT authentication, RESTful APIs, MySQL database, Spring Security for data protection, and multipart file handling for product images. Tested with JUnit and Postman for performance and reliability.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages