Skip to content

gabihodoroaga/blog-app-secrets

Repository files navigation

blog-app-secrets

This project is part of the How to manage passwords in ASP.NET Core configuration files tutorial. See the tutorial for details.

Build and run

To build and run the sample, execute the following command:

# Clone the repositoty
git clone https://github.com/gabihodoroaga/blog-app-secrets.git
cd blog-app-secrets

# Restore the .NET Core packages
dotnet restore

# Run the web app
dotnet run

On a separate terminal

curl -k https://localhost:5001/database/connectionstring

About

A demo project for managing passwords in ASP.NET Core web application.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages