An open API service indexing awesome lists of open source software.

https://github.com/fernandesreon/minizon


https://github.com/fernandesreon/minizon

Last synced: 11 months ago
JSON representation

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