https://github.com/sukso96100/animal-adoption-portal
https://github.com/sukso96100/animal-adoption-portal
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sukso96100/animal-adoption-portal
- Owner: sukso96100
- Created: 2021-03-17T08:43:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T07:14:35.000Z (about 4 years ago)
- Last Synced: 2025-01-18T02:44:00.732Z (5 months ago)
- Language: C#
- Size: 2.49 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
This repository contains an example web portal for a hypothetical animal adoption agency for the purposes of the DevOps Azure Sprint Series. This code has been intentionally developed as a simple demonstration and should not be used as a base for any production development. For more information on how to develop microservices and .NET Core services please refer to the following links.- [.NET Architecture Guides](https://dotnet.microsoft.com/learn/dotnet/architecture-guides)
- [eShopOnContainers](https://github.com/dotnet-architecture/eShopOnContainers)# Instructions
Install the following prerequisites:
- [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1)
- [Visual Studio Code](https://visualstudio.microsoft.com/downloads/)
- [Git](https://git-scm.com/download/)Clone the Git repository and open the root folder in Visual Studio / Visual Studio Code. Push F5 to start debugging.
We recommend using a free [Windows Virtual Machine](https://developer.microsoft.com/en-us/windows/downloads/virtual-machines/) for development if your development environment does not support installation of the .NET Core SDK.
When the services are running you can view and interact with the front end portal [here](http://localhost:9000/).