PaintStore is a portal that allows to share work with others and look for advice or evaluate and comment on the work of others. Users can follow favourite artists to find their work easier. Everyone has their own profile where they can introduce themselves and put in their work.
The portal contains also an images finder. Images are searched by tags or title or sorted according to their popularity or date of adding.
Version | Quality | Coverage | State |
---|---|---|---|
Project was made with Angular 6 and ASP.NET Core 2.2
Add appsettings.json file with this text,
{
"ConnectionStrings":{
"PaintStoreDatabase":"(your_conection_string)"
},
"AppIdentitySettings":{
"CouldName":"(your_CouldName)",
"ApiKey":"(your_ApiKey)",
"SecretApiKey":"(your_SecretApiKey)"
},
"Logging":{
"IncludeScopes":false,
"Debug":{
"LogLevel":{
"Default":"Warning"
}
},
"Console":{
"LogLevel":{
"Default":"Warning"
}
}
}
}