Skip to content

EiadSS/Ecommerce-Clothing-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Ecommerce Store

This is a full stack application built with Spring Boot and React.

Installation

if you want to run the frontend locally, clone the repo and use package manager npm to run dev

git clone https://github.com/EiadSS/Ecommerce-Clothing-Store.git
cd Ecommerce-Clothing-Store
npm install
npm run dev

on your browser go to http://localhost:5173/

for the backend use your favourite Java IDE open up the backend folder and run the backend/src/main/java/com/eiadss/store/StoreApplication.java file

Base URL: The base URL for all API requests is http://localhost:8080/api/