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

https://github.com/aaron5670/pexels-image-gallery

Image gallery application build with .NET Core
https://github.com/aaron5670/pexels-image-gallery

api azure dotnet dotnet-core images-gallery pexels-api swagger wpf-application

Last synced: about 2 months ago
JSON representation

Image gallery application build with .NET Core

Awesome Lists containing this project

README

          

# Pexels Image Gallery
This project was build as an assignment for the HAN University of Applied Sciences.
It features a WPF client and .NET Core server application.

## Features
- The server has a external API Connection with [Pexels](https://www.pexels.com/api/).
- WPF client with the MVVM pattern.
- Data binding (WPF)
- Continuous integration; Automatic deploy to Azure App Services.

### Continuous integration
When pushing to the Master branch, a new GitHub Actions pipeline will start.
This pipeline will deploy the new server features to Microsoft Azure App Services.

**Azure App Service production URL:** https://photo-library.azurewebsites.net/images

![Application](https://github.com/aaron5670/CSharp-Extern-Library-Application/blob/master/.github/WPF-Application.jpg?raw=true)
![Swagger API Endpoints](https://github.com/aaron5670/CSharp-Extern-Library-Application/blob/master/.github/Swagger-API-Endpoints.jpg?raw=true)