A simple e-commerce application built with Angular for the front-end and ASP.NET Core for the back-end. The app allows users to browse products, add items to a cart, and place orders.
- Browse and search products.
- Add items to a shopping cart.
- Place orders with basic checkout functionality.
- Manage products (add, update, delete).
- View and manage orders.
- Front-End: Angular
- Back-End: ASP.NET Core (REST API)
- Database: SQL Server
- Home: Displays a list of products.
- Product Details: Shows product information and an "Add to Cart" button.
- Cart: Lists items in the cart with a total price and a checkout option.
- Admin: Simple interface to manage products and orders.
- Front-End: Deploy using a static web server (e.g., Azure Static Web Apps).
- Back-End: Deploy API to Azure App Service or AWS.
- Database: Host SQL Server on Azure SQL Database or AWS RDS.