Social media platform with knowledge base and services for a given industry.
Report Bug
·
Request Feature
- About the Project
- Used Technologies
- Current State of Project
- Getting Started
- Usage
- Contributing
- Contact
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).
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
- .NET6
- PostgreSQL
- Redis
- Entity Framework Core
- ASP.NET Core Identity
- MediatR
- FluentValidation
- AutoMapper
- CloudinaryDotNet
- Swashbuckle
- NUnit
- Moq
- Bogus
- FluentAssertion
Frontend
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.
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.
For usage instruction check project's Wiki: https://github.com/PolishDevCom/SocialKnow/wiki
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.
- 🍴 Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - 🔃 Open a Pull Request
- Project Link: https://github.com/PolishDevCom/SocialKnow
- Polishdev Team #1: https://www.polishdev.com/