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

https://github.com/halaway/saberin-solution

Simple web application using C# and .Net.
https://github.com/halaway/saberin-solution

Last synced: 3 months ago
JSON representation

Simple web application using C# and .Net.

Awesome Lists containing this project

README

          

# Getting Started #

This solution contains an easy to use and simple music manager.

## Deliverables
| Task | Current Status | Feature |
|-----------|----------------|-----------|
| Main Feature | Completed | - [x] Image Upload|
| Smaller Feature | Completed | - [x] Search Functionality |
| Smaller Feature | Completed | - [x] Detailed View|

## Implemented Features

| Feature Description | Image Preview |
|------------------------------------------|-----------------------------------------------------------------------------------------------|
| **Main Feature: Album Image File Upload** |

|
| **Smaller Feature: Song Details** |

|
| **Smaller Feature: Search Functionality**|

|

## Technologies
- Visual Studio 2022
- .NET 8 SDK
- Node.js (for Tailwind CSS)
- Git
- EntityFramework Core
- Blazor

## Local Enviroment Setup
You need to have the .NET 8 SDK installed. Be sure to download the latest version for Visual Studio 2022.

Use the latest version of Visual Studio 2022: https://visualstudio.microsoft.com/downloads/

Install the node packages before building the solution by using ```npm install``