Skip to content

sergiycheck/NoticeBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"