This is a simple E-Commerce Web API project built with ASP.NET Core.
The system handles user registration, login, and email confirmation.
It uses JWT (JSON Web Token) for secure authentication and Redis for caching.
- User registration and login system
- Email confirmation via SMTP
- Secure JWT token generation and validation
- Redis caching integration for better performance
- Product and order management (CRUD operations)
- Password hashing and identity management using ASP.NET Identity
- API tested using Postman
- ASP.NET Core Web API
- Entity Framework Core
- SQL Server
- Redis
- ASP.NET Identity
- JWT (JSON Web Token)
- SMTP Email Service
- Postman