Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larryclaman/openhack-devops-dryrun-aug2021
https://github.com/larryclaman/openhack-devops-dryrun-aug2021
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/larryclaman/openhack-devops-dryrun-aug2021
- Owner: larryclaman
- License: mit
- Created: 2021-08-24T20:03:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-04T18:16:26.000Z (over 3 years ago)
- Last Synced: 2024-10-20T07:43:50.481Z (3 months ago)
- Language: C#
- Size: 10.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
![poi-build-docker](https://github.com/larryclaman/openhack-devops-dryrun-aug2021/actions/workflows/poi-build-test-docker.yml/badge.svg)
# My Driving Team APIs
The DevOps open hack event is designed to foster learning via implementing DevOps practices with a series of challenges.
## Architecture
The application used for this event is a heavily modified and recreated version of the original [My Driving application](https://github.com/Azure-Samples/MyDriving).
The team environment consists of the following:
* Azure App Service for Linux which has four APIs deployed:
* POI (Trip Points of Interest) - CRUD API written in .Net Core 3.1 for points of interest on trips
* Trips - CRUD open API written in golang 1.11 for trips connected to the client application
* UserProfile - CRUD open API written in Node.JS for the users of the client application
> Note:PATCH/POST operations not functional
* User-Java - API written in Java with POST and PATCH routes plus swagger docs routes for the users of the client application.
* Mobile Apps - for iOS and Android which will display driving trip data## Getting Started
To understand each of the components above in more detail, please visit the readme files inside the root folder of each corresponding part of the application.
### Prerequisites
It is useful but not required to have a basic knowledge of the following topics:
* Azure App Services
* Azure Container Registry and Docker
* GitHub, Azure DevOps (formally VSTS) or Jenkins## Resources
The provisioning of this environment for proctors can be found in the [DevOps Openhack Proctor](https://github.com/Azure-Samples/openhack-devops-proctor) Github repository.
> **Note**: During the Dry Run relevant code can be found in the **openhack_refresh** branch. Post Dry Run these changes will be committed to master.