Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 303 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 303 Bytes

NoticeBoard

Asp.net Core web app where users can sign up or sing in and post adverts.

Execute this command to set password for admin

Pattern:

dotnet user-secrets set seedUserPassword "[Password]"

Example:

dotned user-sercrets set seedUserPassword "12345"