Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 585 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 585 Bytes

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