https://github.com/hammerheadshark666/jwm-photography
ASP.NET Core Web App (MVC) with Sql Server database and Azure Storage
https://github.com/hammerheadshark666/jwm-photography
azure-keyvault azure-storage cicd csharp dotnet8 mvc sql-server
Last synced: 3 months ago
JSON representation
ASP.NET Core Web App (MVC) with Sql Server database and Azure Storage
- Host: GitHub
- URL: https://github.com/hammerheadshark666/jwm-photography
- Owner: HammerheadShark666
- Created: 2023-02-08T14:50:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-20T14:38:59.000Z (9 months ago)
- Last Synced: 2025-01-05T16:34:28.323Z (5 months ago)
- Topics: azure-keyvault, azure-storage, cicd, csharp, dotnet8, mvc, sql-server
- Language: C#
- Homepage:
- Size: 276 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is a **Photo Website** built using **.NET 8 MVC**. It allows users to view images in galleries and create their own galleries upon registration. The admin interface provides functionalities for importing photos, updating photo details, and creating galleries. The site is hosted on **Azure** and utilizes a **CI/CD** pipeline for seamless deployment.
## Features
### Public User Site
- **View Galleries**: Users can browse through various image galleries.
- **User Registration**: Users can register on the site to create their own galleries.### Admin Site
- **Import Photos**: Admins can import photos into the system.
- **Update Photo Details**: Admins can modify details of existing photos.
- **Create Galleries**: Admins can create new galleries to organize photos.
- **Manage Montage**: Admins can manage the monatage layout that appears on the site homepage.## Technologies Used
- **.NET 8 MVC**
- **C#**
- **SQL Server** (Azure SQL)
- **Azure** (for hosting)
- **GitHub Actions** for CI/CD---