Skip to content

jvegar/spring-e-commerce-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring E-Commerce Application

Overview

A modern e-commerce application built with Spring Boot, offering a robust platform for online retail operations.

Features

  • User authentication and authorization
  • Product catalog management
  • Shopping cart functionality
  • Order processing
  • Payment integration
  • User profile management

Technologies

  • Java 17
  • Spring Boot
  • Spring Security
  • Spring Data JPA
  • MySQL
  • Maven
  • Thymeleaf (for frontend)

Prerequisites

  • JDK 17 or higher
  • Maven 3.8+
  • MySQL 8.0+

Getting Started

Installation

  1. Clone the repository
git clone https://github.com/yourusername/spring-e-commerce-app.git
  1. Configure MySQL database
spring.datasource.url=jdbc:mysql://localhost:3306/ecommerce
spring.datasource.username=yourusername
spring.datasource.password=yourpassword
  1. Build and run the application
mvn spring-boot:run

About

An e-commerce app built on Spring Boot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages