/PaintStore

🎨 A place created for traditional artists, where they can gain feedback, inspiration and advice and meet people with similar interests

Primary LanguageC#

PaintStore

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.

Demo - app

alt text

Authors

Front-end and Designer

@Weronika Jankowska

Back-end and Architect

@Wojciech Rak

Description

Version Quality Coverage State
alt text Quality Gate Status alt text alt text

Project was made with Angular 6 and ASP.NET Core 2.2

To configure:

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"
         }
      }
   }
}

HitCount