This project is an ecommerce store developed using Visual Code 2022, .NET 6, SQL Server 2019, Blazor Web Assembly, and Bootstrap v5. It also includes a RESTful Web API for handling database-related functionality.
The development of this ecommerce store was guided by the YouTube tutorial series by GavinLon. You can find the tutorial series on GavinLon's YouTube channel here and the direct link to the tutorial playlist here.
- Visual Code 2022
- .NET 6
- SQL Server 2019
- Blazor Web Assembly
- Bootstrap v5
The project is structured as follows:
/Client: Contains the Blazor Web Assembly client-side application./Server: Contains the RESTful Web API for handling database-related functionality./Database: Contains SQL scripts and migrations for the database setup.
To get started with this project, follow these steps:
- Clone the repository to your local machine.
- Open the project in Visual Code 2022.
- Set up the SQL Server 2019 database using the scripts and migrations provided in the
/Databasefolder. - Open the Blazor Web Assembly client-side application located in the
/Clientfolder. - Configure the connection strings and other necessary settings in the respective configuration files.
- Build and run the project.
Contributions to this project are welcome. If you find any issues or have suggestions for improvements, please feel free to create a pull request or submit an issue in the repository.
This project is licensed under the MIT License.