Skip to content

matdon90/SocialKnow

 
 

Repository files navigation

Contributors Forks Stargazers Issues Pulls .NET


SocialKnow

Social media platform with knowledge base and services for a given industry.

Report Bug · Request Feature

Table of Contents

About The Project

It is a web application project that is a social networking site with a knowledge base. It is not supposed to be another Facebook, but a web application designed to gather people interested in a specific field and provide them with functions such as:

  • knowledge base,
  • the ability to create lists and evaluate specialists in this field,
  • a list of proven specialist stores,
  • forum - with moderating options,
  • internal communicator,
  • section with events - information about events related to a given topic,
  • place for legal notes and regulations (portal regulations, GDPR, privacy policy).

Used Technologies

The application has been clearly divided into the backend and frontend parts. The backend is implemented using .NET Core and the frontend is carried out using the React library.

Backend

Frontend

Current State of Project

Currently, an MVP (Minimal Value Project) is being created, where the backend already has part of the implementation, while the creation of the React project and its integration are in progress.

Getting Started

To get a local copy up and running follow these simple steps:

  • Download the latest stable version from the download tab and unzip it to your folder
  • Open the solution in Visual Studio 2022.
  • Clean solution.
  • In appsettings.json change PostgreSQL DB connection string:
"ConnectionStrings": 
{
    "DefaultConnection": "yourDatabaseConnectionString"
}
  • In appsettings.json change Redis connection string:
"Redis": {
    "ConnectionString": "yourRedisConnectionString"
}
  • For SK.API project set user secrets using CLI or directly in secrets.json:
{
  "TokenKey": "yourSecretKeyForAuthorization",
  "Cloudinary:CloudName": "yourCloudinaryCloudName",
  "Cloudinary:ApiSecret": "yourCloudinaryApiSecret",
  "Cloudinary:ApiKey": "yourCloudinaryApiKey"
}
  • Build the solution.
  • Run application
  • If you want to use SwaggerUI fire up your browser and open url http://localhost:5000/
  • Enjoy ;-)

Please note that the app was tested in Chrome browser where no issues where discovered.

Usage

For usage instruction check project's Wiki: https://github.com/PolishDevCom/SocialKnow/wiki

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. 🍴 Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 🔃 Open a Pull Request

Contact

Project's main contributors:

Releases

No releases published

Packages

No packages published

Languages

  • C# 97.9%
  • TypeScript 2.0%
  • HTML 0.1%