This project is an ASP.NET Core Web API for an online store. It provides a robust backend for managing products, orders, and users. This API can be used to create, read, update, and delete product items and orders.
- Product Management: Create, read, update, and delete products.
- User Management: Register and authenticate users.
- Order Processing: Place and manage customer orders.
- API Documentation: Comprehensive documentation using Swagger.
- Database Integration: Uses Entity Framework Core with SQL Server.
- Backend: ASP.NET Core 8.0
- Database: MS SQL Server
- ORM: Entity Framework Core
- API Documentation: Swagger
- Authentication: JWT (JSON Web Tokens)
- .NET SDK (version 8.0 or higher)
- MS SQL Server or SQL Server Express
- Clone the repository:
git clone https://github.com/vladimir-krestov/OnlineStore.git