Entity Framework Code First Demo - Gym Members and Classes


Gym Members

Loading members...
The Azure SQL DB is free-tier and so likely needs "waking-up".
It may take a moment to load the data...

https://gym-membership-webapp.azurewebsites.net/
This is a C# MVC project that creates a SQL Database via Code First EntityFramework Database Migration, populates it and renders its data.
It also demonstrates deployment to Azure via Infrastructure as Code (IaC) using Terraform

Code First EntityFramework Database Migration

Terraform Deployment to Azure

See Terraform configuration file at: https://github.com/wizzard262/EntityFrameworkDotNetCoreMvcCodeFirstSqlGymMembership/tree/main/GymMembers/infra

Azure DevOps Deployment

Terraform creates Resources but a deployment Pipeline is still needed to deploy the resources: