Skip to content

andyflight/spring-ecommerce-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce Application

A fully functional e-commerce application built with Java Spring Boot


Prerequisites

Before you can run this project, make sure you have the following installed:

  • JDK 17+ — Required to compile and run the application.
  • Gradle 4.4.1+ — To build the project and manage dependencies.
  • Git — To clone the repository.

You can check your installed versions with:

java -version
gradle -v
git --version

Installation

Follow these steps to set up and run the application on your local machine:

  1. Clone the repository:
git clone https://github.com/andyflight/spring-ecommerce-example.git
cd spring-ecommerce-example
  1. Build and run the application:
./gradlew bootRun
  1. Access the application in your browser:
http://localhost:8080

API Documentation

The project provides interactive API documentation via Swagger.

You can explore available endpoints, send test requests, and visualize responses.


Info

Project was written for Java Spring Course. KPI FICE 2024

About

Default e-commerce application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages