/example-ecommerce

For workshop training, do not use!

Primary LanguageC#

Azure Training for beginners - E-commerce Web Application

This is an example project for the Azure Training, which helps junior programmers understand the basics of Azure and its capabilities.

The application is an e-commerce web application that allows users to upload product images, manage inventory, and securely authenticate users. This repository contains a simple .NET 7 Minimal API that serves as a base for our Azure services.

Running the Application Locally

Before you can run the application, make sure you have .NET 7.0 SDK installed.

  1. Clone the repository:

    git clone https://github.com/jakubkrzysztofsikora/example-ecommerce
    cd example-ecommerce
  2. Run the application:

    cd backend
    dotnet run
  3. The application will start running on http://localhost:5000.

Contact

If you have any questions or feedback, please create an issue in this repository. Happy learning!

(Note: Please replace <Your-Github-Username> with your actual GitHub username in the clone command.)