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.
- Host: GitHub
- URL: https://github.com/halaway/saberin-solution
- Owner: halaway
- Created: 2024-11-18T23:14:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T21:31:34.000Z (over 1 year ago)
- Last Synced: 2025-01-24T20:41:31.423Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 3.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``