Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 839 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 839 Bytes

E-commerce Application Project Using .Net + Entity Framework

Overview

This project was developed as part of the Software Development Bootcamp at the Saudi Digital Academy. The goal of the bootcamp was to enhance full-stack development skills, particularly focusing on backend technologies using C# and the .NET framework. This project showcases the practical application of software engineering principles learned during the bootcamp, including object-oriented programming, data structures, Building API endpoint(RESTful).

Installation

  1. Clone the repository:

    git clone https://github.com/Abdulaziz-Asiri/SportPulse-website.git
    
  2. Open the solution file (.sln) in Visual Studio or your preferred IDE.

  3. Install required packages:

     dotnet restore
    
  4. Run the application:

    dotnet run