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.
Before you can run the application, make sure you have .NET 7.0 SDK installed.
-
Clone the repository:
git clone https://github.com/jakubkrzysztofsikora/example-ecommerce cd example-ecommerce -
Run the application:
cd backend dotnet run -
The application will start running on
http://localhost:5000.
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.)