https://github.com/jalalhejazi/devops-angular-api
DevOps automation | Angular | REST API | Azure
https://github.com/jalalhejazi/devops-angular-api
angular azure devops typescript
Last synced: 8 months ago
JSON representation
DevOps automation | Angular | REST API | Azure
- Host: GitHub
- URL: https://github.com/jalalhejazi/devops-angular-api
- Owner: jalalhejazi
- Created: 2021-10-16T18:03:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-16T18:17:22.000Z (over 4 years ago)
- Last Synced: 2025-03-13T18:19:01.518Z (over 1 year ago)
- Topics: angular, azure, devops, typescript
- Language: JavaScript
- Homepage:
- Size: 6.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DevOps | Angular | API | Azure
- Using DevOps automation
- ARM Template for IaaC
- YAML pipeline for CI/CD
- Using Angular for FrontEnd
- Using Nodejs for Backend
- SQLServer as Backend Database (data Warehouse optimized for Web)
## on DevOps Success
- [Azure WebApp Hosting](https://superusers-kursus-angular-2020.azurewebsites.net)
## REST API (Http and PowerShell)
```powershell
$url = "https://superusers-kursus-angular-2020.azurewebsites.net/api/v1/kursus"
# pip install httpie
(http get "$url/?dato=202002" | ConvertFrom-Json ).KalenderList
```