https://github.com/wersosn/forgamers
University project - discussion forum
https://github.com/wersosn/forgamers
asp-net-mvc csharp entity-framework html-css-javascript
Last synced: 2 months ago
JSON representation
University project - discussion forum
- Host: GitHub
- URL: https://github.com/wersosn/forgamers
- Owner: wersosn
- License: mit
- Created: 2024-10-30T15:43:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-23T11:38:06.000Z (over 1 year ago)
- Last Synced: 2025-02-23T12:26:16.601Z (over 1 year ago)
- Topics: asp-net-mvc, csharp, entity-framework, html-css-javascript
- Language: JavaScript
- Homepage:
- Size: 54.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Version [PL](#forum-dyskusyjne-forGamers) | [ENG](#discussing-forum-forGamers)
# Forum dyskusyjne forGamers
## Spis treści
- [Opis projektu](#opis-projektu)
- [Funkcjonalności](#funkcjonalności)
- [Technologie](#technologie)
- [Instrukcja użycia](instrukcja-użycia)
## Opis projektu
Tematem projektu jest internetowe forum dyskusyjne dla graczy. Za jego pomocą internauci mogą tworzyć własne wątki lub dopisywać wiadomości do wątków istniejących.
## Funkcjonalności
- Tworzenie wątków i dopisywanie odpowiedzi do istniejących;
- Możliwość założenia konta i zalogowania się do systemu;
- Tworzenie kategorii i forów do nich należących;
- Przydzielenie moderatorów do każdego z forów;
- Wyświetlanie statystyk na stronie głównej, przy każdym wątku oraz przy każdym forum;
- Wyszukiwanie wątków oraz odpowiedzi według słów kluczowych;
- Automatyczne nieprzyjmowanie wiadomości z zakazanymi słowami.
## Technologie
- C#
- ASP .Net Framework
- Entity Framework
- Identity Framework
- HTML, CSS, JavaScript
- LocalDB (SQL Server Express)
## Instrukcja użycia
Aby uruchomić ten projekt musisz sklonować to repozytorium i następnie otworzyć plik Forum.sln
```bash
git clone https://github.com/wersosn/forGamers.git
```
---
# Discussing forum forGamers
## Table of Contents
- [Project details](#project-details)
- [Functionalitites](#functionalities)
- [Tech stack](#tech-stack)
- [How to use](#how-to-use)
## Project details
The topic of the project is an online discussion forum for gamers. Using it, users can create their own threads or add messages to existing threads.
## Functionalities
- Creating threads and adding replies to existing ones;
- The ability to create an account and log in to the system;
- Creating categories and forums belonging to them;
- Assigning moderators to each forum;
- Displaying statistics on the homepage, for each thread, and for each forum;
- Searching threads and messages by keywords;
- Automatically rejecting messages containing prohibited words.
## Tech stack
- C#
- ASP .Net Framework
- Entity Framework
- Identity Framework
- HTML, CSS, JavaScript
- LocalDB (SQL Server Express)
## How to use
To run this project, clone this repository and then open the file Forum.sln
```bash
git clone https://github.com/wersosn/forGamers.git
```