Giter Club home page Giter Club logo

socialknow's Introduction

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:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.