Skip to content

vladimir-krestov/OnlineStore

Repository files navigation

Online Store

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.

Features

  • 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.

Tech Stack

  • Backend: ASP.NET Core 8.0
  • Database: MS SQL Server
  • ORM: Entity Framework Core
  • API Documentation: Swagger
  • Authentication: JWT (JSON Web Tokens)

Getting Started

Prerequisites

  • .NET SDK (version 8.0 or higher)
  • MS SQL Server or SQL Server Express

Installation

  1. Clone the repository:
    git clone https://github.com/vladimir-krestov/OnlineStore.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages