{"id":30851509,"url":"https://github.com/alphaengineer54/redsocial","last_synced_at":"2026-05-07T04:40:53.386Z","repository":{"id":296308392,"uuid":"980981709","full_name":"AlphaEngineer54/RedSocial","owner":"AlphaEngineer54","description":"RedSocial est une application de blogue légère inspirée de Reddit. Elle couvre des fonctionnalités de base nécessaire à ce type d'application.","archived":false,"fork":false,"pushed_at":"2025-08-03T01:18:08.000Z","size":145,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T03:16:03.354Z","etag":null,"topics":["asp-net-core","asp-net-core-mvc","blog-application","csharp","docker","sql-server"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlphaEngineer54.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-10T04:39:44.000Z","updated_at":"2025-08-03T01:28:27.000Z","dependencies_parsed_at":"2025-05-30T01:27:59.124Z","dependency_job_id":"42a26046-5752-4a50-9ba1-5dc9b558d447","html_url":"https://github.com/AlphaEngineer54/RedSocial","commit_stats":null,"previous_names":["alphaengineer54/blogue-app-asp-net"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlphaEngineer54/RedSocial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaEngineer54%2FRedSocial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaEngineer54%2FRedSocial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaEngineer54%2FRedSocial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaEngineer54%2FRedSocial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlphaEngineer54","download_url":"https://codeload.github.com/AlphaEngineer54/RedSocial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlphaEngineer54%2FRedSocial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274005638,"owners_count":25206012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net-core","asp-net-core-mvc","blog-application","csharp","docker","sql-server"],"created_at":"2025-09-07T07:07:23.667Z","updated_at":"2026-05-07T04:40:53.359Z","avatar_url":"https://github.com/AlphaEngineer54.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 RedSocial – Application de blogue sociale  \n![Status](https://img.shields.io/badge/status-Terminé-brightgreen)  \n![Framework](https://img.shields.io/badge/framework-ASP.NET%20Core-blue)  \n![Database](https://img.shields.io/badge/database-SQLServer-purple)  \n![License](https://img.shields.io/badge/license-MIT-lightgrey)\n\n---\n\n## 🚀 À propos du projet\n\n**RedSocial App** est une application web moderne développée en **ASP.NET Core**, pensée pour offrir une plateforme sociale intuitive et sécurisée. Elle permet aux utilisateurs de publier des blogs, commenter, voter et interagir dans un environnement protégé et performant.\n\n🔧 Le projet repose sur **Entity Framework Core** pour la gestion des données, et intègre plusieurs services clés pour garantir :\n\n- 🔐 Sécurité renforcée  \n- ⚡ Performance optimisée  \n- 🧠 Gestion intelligente des sessions  \n---\n\n## ✨ Fonctionnalités principales\n\n### 🔐 Authentification sécurisée\n- Hachage robuste des mots de passe via `IPasswordHasher`\n\n### 📝 Gestion des contenus\n- Services modulaires pour **blogs**, **commentaires** et **votes**\n\n### 🛡️ Protection CSRF\n- Intégration d’un système **Antiforgery** configuré\n\n### 🚦 Limitation du débit\n- Système de **Rate Limiting** pour éviter les abus\n\n### 🍪 Sessions sécurisées\n- Gestion via **cookies sécurisés**, compatible avec Docker\n\n### 🔄 Sérialisation JSON avancée\n- Utilisation de `Newtonsoft.Json` pour une flexibilité maximale\n\n---\n\n## 🧰 Prérequis techniques\n\n- 💻 **.NET 6.0 ou supérieur**  \n- 🗄️ **SQL Server**  \n- 🧪 **Visual Studio 2022** ou équivalent\n\n---\n## ⚙️ Configuration\n\n### 1️⃣ Variables d’environnement\n\nDéfinissez la variable `BLOGUE_DB_CONNECTION_STRING` contenant la chaîne de connexion SQL Server. Exemple :\n\n```bash\nexport BLOGUE_DB_CONNECTION_STRING=\"Server=localhost;Database=RedSocialDB;User Id=sa;Password=VotreMotDePasse;\"\n```\n\n➡️ Copier-la dans un fichier `.env`\n\n---\n\n### 2️⃣ Lancement de l'application avec Docker\n\n#### 🛠️ Compiler l'image\n```bash\ndocker build -t red-social-app .\n```\n\n#### 🚀 Créer le conteneur\n```bash\ndocker run -d -p 5000:5000 --name red-social-app \\\n  --env-file .env \\\n  red-social-app\n```\n\n---\n\n## 🌐 Utilisation\n\n- Accédez à l’application via [https://localhost:5000](https://localhost:5000) (ou le port configuré)  \n- Créez un compte utilisateur, publiez des blogs, commentez et votez  \n- ✅ Les protections **CSRF**, la **limitation de requêtes** et la **gestion des sessions** sont activées par défaut\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphaengineer54%2Fredsocial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falphaengineer54%2Fredsocial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falphaengineer54%2Fredsocial/lists"}