This is a full-stack e-commerce application with a React frontend and Spring Boot backend.
- Java JDK 17 or later
- Node.js and npm
- Maven
git clone https://github.com/bansikah22/shop-app.git
cd shop-app
Navigate to the backend directory:
cd shop-frontend
npm install
npm start
Acess application http://localhost:3000
cd shop-backend
mvn clean install
mvn clean package
mvn spring-boot:run
The backend will start on http://localhost:8080
Contributions are welcome! Please create a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.