JonHodgins / our-clean-future

Home Page:https://yukon.ca/our-clean-future

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Our Clean Future

This app enables Yukon Government to record and analyze data on ~230 indicators for the Our Clean Future initiative.

We live in a world that’s rapidly changing. Climate change is threatening ecosystems, subsistence harvesting, infrastructure, leisure activities, and many other aspects of our lives.

Yukon’s population is growing, along with our need for reliable, affordable and renewable energy to continue to power our lives, our work and our economy. New economic opportunities are emerging in the sustainable, green economy.

Our Clean Future is our answer to the climate emergency.

The Government of Yukon developed Our Clean Future in partnership with Yukon First Nations, transboundary Indigenous groups and Yukon municipalities over the course of 3 years. During this time, the partner group gathered 4 times to establish a vision and values for Our Clean Future and to prioritize the areas we should focus on over the next 10 years to respond to the climate emergency. As a result of this collaborative process, the strategy reflects multiple perspectives, worldviews and ideas.

Stack

Deployments

Production environment

App: https://ourcleanfuture.ynet.gov.yk.ca

Database: [sql-apps4-prd.ynet.gov.yk.ca].[EnvOurCleanFuture]

Test environment

App: https://ourcleanfuture-test.ynet.gov.yk.ca

Database: [sql-apps4-tst.ynet.gov.yk.ca].[EnvOurCleanFuture]

How do I run this?

See https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations if you are new to Entity Framework Core.

Ensure that you have LocalDB installed, or override the "AppContext" connection string in appsettings.json

Build the project and restore packages

Using the .NET CLI:

dotnet build

Create and seed the database with test data

.NET CLI:

dotnet ef database update

Or, using VS Package Manager Console (PowerShell):

Update-Database

Run the app

.NET CLI:

dotnet run

About

https://yukon.ca/our-clean-future

License:Apache License 2.0


Languages

Language:C# 71.3%Language:HTML 28.3%Language:CSS 0.2%Language:JavaScript 0.2%