https://github.com/fernandesreon/minizon
https://github.com/fernandesreon/minizon
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fernandesreon/minizon
- Owner: FernandesReon
- Created: 2025-07-14T15:41:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-07-14T15:45:47.000Z (11 months ago)
- Last Synced: 2025-07-14T20:02:30.312Z (11 months ago)
- Language: Java
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiniZon - E-commerce Web Application
MiniZon is a full-stack e-commerce web application built using **Spring Boot**, **React.js**, **MySQl**, and **Redis**.
It supports key features like product listing, shopping cart, user authentication, and order management.
## Features
- User authentication (login, registration)
- Product listing with filtering
- Add to cart and update quantity
- Checkout and order placement
- Admin panel for product and order management
- Redis caching for optimized performance
- Secure backend with Spring Security and JWT
## Tech Stack
**Backend**
- Java + Spring Boot
- Spring Security with JWT
- MySQL (Database)
- Redis (Caching)
**Frontend**
- React.js
- Axios for API requests
- Tailwind CSS