OnlineStore is a simple eCommerce web app where users can browse, search, and buy products.
It's a full-stack project built with Angular (frontend), Spring Boot (backend), and MySQL (database).
The goal is to provide a clean and fast shopping experience on both desktop and mobile.
- View product details
- Search by keyword
- Add/remove items from cart
- Checkout form
- Fully responsive design (works on mobile)
To run the project locally:
- Clone the repository
- Run the backend (Spring Boot app)
- Run the frontend (Angular app)
- Access the app in your browser at
http://localhost:4200





