Skip to content

CharlesBerg85/E-Commerce-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce Store

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.

Technologies Used

  • Visual Code 2022
  • .NET 6
  • SQL Server 2019
  • Blazor Web Assembly
  • Bootstrap v5

Project Structure

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.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository to your local machine.
  2. Open the project in Visual Code 2022.
  3. Set up the SQL Server 2019 database using the scripts and migrations provided in the /Database folder.
  4. Open the Blazor Web Assembly client-side application located in the /Client folder.
  5. Configure the connection strings and other necessary settings in the respective configuration files.
  6. Build and run the project.

Contributions

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.

License

This project is licensed under the MIT License.

About

Building using Blazor Client Side(Web Assembly) and Web API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors