Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

React + Spring Boot eCommerce Project

This is a full-stack web application built using React for the frontend and Spring Boot for the backend, with MySQL as the database.

Running on Local Machine

  1. Clone the Repository

  2. Database Setup

  • Open MySQL Workbench and create a new database called "ecom"

  • Update application.properties in the Spring Boot project (ecom-backend) with your database credentials:

    spring.datasource.url=jdbc:mysql://localhost:3306/ecom
    spring.datasource.username=your_username
    spring.datasource.password=your_password
    
  1. Running the Frontend

     cd ecom-frontend
     npm install
     npm run dev
    

    The React app will be available at http://localhost:3000.

  2. Running Backend

  • Navigate to the backend directory
  • Run EcomBackendApplication.java in your IDE. The backend will be available at http://localhost:8080.

User Interface

Admin Page

Admin

Home Page

home1 home2

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages