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
- Host: GitHub
- URL: https://github.com/aaron5670/pexels-image-gallery
- Owner: aaron5670
- Created: 2021-03-04T08:35:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T07:40:12.000Z (about 5 years ago)
- Last Synced: 2025-06-03T01:45:04.903Z (about 1 year ago)
- Topics: api, azure, dotnet, dotnet-core, images-gallery, pexels-api, swagger, wpf-application
- Language: C#
- Homepage: https://photo-library.azurewebsites.net/images
- Size: 5.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

