An open API service indexing awesome lists of open source software.

https://github.com/waltermillan/soundvalut

First App in Blazor with .NET Core 9.0.2. This a musical catalog of albums.
https://github.com/waltermillan/soundvalut

bootstrap csharp css dapper html netcore patterns-design sql-server

Last synced: 10 months ago
JSON representation

First App in Blazor with .NET Core 9.0.2. This a musical catalog of albums.

Awesome Lists containing this project

README

          

# Project Sound Vault App
Visualization of musical genders and albums. Classic ABM in Blazor.

## Objective:

Practice .NET (C#) / SQL and Blazor (Razor components) / Dapper to connect to the database
Connect to SQL Server, using Dapper.

## Features

BACKEND:
- C#
- NET Core 9.0.0 (VS Community 2022)
- Dapper
- Design Patterns: Base entity patern desing/DTO.

FRONTEND:
- Developed with NET Core 9.0.0
- Blazor Server vWeb Side
- Using ChartJS (popular JavaScript library to create a PieChart)
- HTML / CSS / Bootstrap

DB
- Written in SQL Server
- Database & Tables (DDLs)

## Installation

1. Clone the repository:

git clone https://github.com/waltermillan/SoundValut.git