Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hammerheadshark666/swansong-api
.NET 8.0 Api, coded in C#, with code first Sql Server database.
https://github.com/hammerheadshark666/swansong-api
api azure azure-keyvault azure-storage azureappservices azuresql cicd dotnet8 fluentvalidation mvc sendgrid sql sqlserver unittesting
Last synced: about 2 months ago
JSON representation
.NET 8.0 Api, coded in C#, with code first Sql Server database.
- Host: GitHub
- URL: https://github.com/hammerheadshark666/swansong-api
- Owner: HammerheadShark666
- Created: 2024-06-13T14:53:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T17:48:44.000Z (4 months ago)
- Last Synced: 2024-08-26T17:39:52.343Z (4 months ago)
- Topics: api, azure, azure-keyvault, azure-storage, azureappservices, azuresql, cicd, dotnet8, fluentvalidation, mvc, sendgrid, sql, sqlserver, unittesting
- Language: C#
- Homepage:
- Size: 462 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a **Music Information API** that provides CRUD operations for managing artists, albums, and group members. It is built using **.NET 8** with an **SQL Server** database, and images are stored in an **Azure Storage Account**. The API is hosted on **Azure** and employs a **CI/CD pipeline** for continuous integration and deployment.
## Features
- **CRUD Operations**:
- **Artists**: Create, Read, Update, and Delete artist information.
- **Albums**: Manage albums for different artists.
- **Group Members**: Add, update, or remove group members for bands or artists.
- **Image Storage**:
- Upload and manage artist and album images in **Azure Storage**.- **Azure Hosting**:
- The API is deployed on **Azure App Service** for scalability and performance.- **CI/CD Pipeline**:
- Automated deployment pipeline using **GitHub Actions** for continuous integration and delivery.## Technologies Used
- **.NET 8**
- **SQL Server** (for data storage)
- **Azure Storage Account** (for image storage)
- **Azure App Service** (for hosting the API)
- **GitHub Actions** (for CI/CD)---