From c2a50edef00b85a92eb532be575432ef08ff786d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Pr=C3=A1vics?= <124129365+prvics@users.noreply.github.com> Date: Tue, 15 Apr 2025 16:03:39 +0200 Subject: [PATCH 1/5] Update README.md --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 27d5ef4..a1d886a 100644 --- a/README.md +++ b/README.md @@ -20,35 +20,35 @@ https://github.com/user-attachments/assets/2fea6296-c3e3-4946-a031-59be6678908b ## Tech Stack ### Backend -- **C# ASP.NET Core** +- **[![C# ASP.NET Core](https://img.shields.io/badge/C%23%20ASP.NET%20Core-512BD4?style=for-the-badge&logo=.net&logoColor=white)](https://dotnet.microsoft.com/)** - API development - Business logic implementation -- **Entity Framework** +- **[![Entity Framework](https://img.shields.io/badge/Entity%20Framework-6DB33F?style=for-the-badge&logo=ef&logoColor=white)](https://learn.microsoft.com/en-us/ef/)** - Database ORM - Supports migrations and queries - Database compatibility ### Frontend -- **JavaScript/React** +- **JavaScript/[![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://reactjs.org/)** - Dynamic, responsive user interface - Component-based design for maintainability - - Styled with Tailwind CSS + - Styled with [![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com/) ### Additional Technologies -- **Authentication**: Identity Framework -- **Real-Time Communication**: SignalR for chat +- **Authentication**: [![Identity Framework](https://img.shields.io/badge/Identity%20Framework-35495E?style=for-the-badge&logo=auth0&logoColor=white)](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/) +- **Real-Time Communication**: [![SignalR](https://img.shields.io/badge/SignalR-5C2D91?style=for-the-badge&logo=dotnet&logoColor=white)](https://learn.microsoft.com/en-us/aspnet/core/signalr/introduction) for chat --- ## Installation ### Prerequisites -- .NET SDK installed -- Node.js and npm installed -- SQL Server or your chosen database system -- IDEs: Visual Studio, Rider +- [![.NET SDK](https://img.shields.io/badge/.NET%20SDK-512BD4?style=for-the-badge&logo=dotnet&logoColor=white)](https://dotnet.microsoft.com/en-us/download) installed +- [![Node.js](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org/) and [![npm](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/) installed +- [![SQL Server](https://img.shields.io/badge/SQL%20Server-CC2927?style=for-the-badge&logo=microsoftsqlserver&logoColor=white)](https://www.microsoft.com/en-us/sql-server) or your chosen database system +- IDEs: [![Visual Studio](https://img.shields.io/badge/Visual%20Studio-5C2D91?style=for-the-badge&logo=visualstudio&logoColor=white)](https://visualstudio.microsoft.com/), [![JetBrains Rider](https://img.shields.io/badge/Rider-000000?style=for-the-badge&logo=jetbrains&logoColor=white)](https://www.jetbrains.com/rider/) -### Application Setup with Docker +### Application Setup with [![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white)](https://www.docker.com/) 1. **Clone the repository**: ```bash @@ -125,6 +125,9 @@ We welcome contributions! To contribute: Rizzy was made possible by the contributions of the following developers: +- **[pixhy](https://github.com/pixhy)** + **[LinkedIn Profile](https://www.linkedin.com/in/tunde-bak/)** + - **[hegedus-mark](https://github.com/hegedus-mark)** **[LinkedIn Profile](https://www.linkedin.com/in/m%C3%A1rk-heged%C5%B1s-2a88332ba/)** @@ -134,9 +137,6 @@ Rizzy was made possible by the contributions of the following developers: - **[prvics](https://github.com/prvics)** **[LinkedIn Profile](https://www.linkedin.com/in/pr%C3%A1vics-p%C3%A9ter-760265330/)** -- **[pixhy](https://github.com/pixhy)** - **[LinkedIn Profile](https://www.linkedin.com/in/tunde-bak/)** - We sincerely thank them for their hard work and dedication to this project. 🎉 --- From 3d38da01a514dc9931c949e21987cc09f341ea0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Pr=C3=A1vics?= <124129365+prvics@users.noreply.github.com> Date: Tue, 15 Apr 2025 16:14:39 +0200 Subject: [PATCH 2/5] Fix README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a1d886a..0267e88 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ https://github.com/user-attachments/assets/2fea6296-c3e3-4946-a031-59be6678908b - Database compatibility ### Frontend -- **JavaScript/[![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://reactjs.org/)** +- **[![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)/[![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://reactjs.org/)** - Dynamic, responsive user interface - Component-based design for maintainability - Styled with [![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com/) @@ -37,18 +37,21 @@ https://github.com/user-attachments/assets/2fea6296-c3e3-4946-a031-59be6678908b ### Additional Technologies - **Authentication**: [![Identity Framework](https://img.shields.io/badge/Identity%20Framework-35495E?style=for-the-badge&logo=auth0&logoColor=white)](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/) - **Real-Time Communication**: [![SignalR](https://img.shields.io/badge/SignalR-5C2D91?style=for-the-badge&logo=dotnet&logoColor=white)](https://learn.microsoft.com/en-us/aspnet/core/signalr/introduction) for chat - +- ** [![Node.js](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org/) and [![npm](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/) ** +- ** [![SQL Server](https://img.shields.io/badge/SQL%20Server-CC2927?style=for-the-badge&logo=microsoftsqlserver&logoColor=white)](https://www.microsoft.com/en-us/sql-server) ** +- ** [![.NET SDK](https://img.shields.io/badge/.NET%20SDK-512BD4?style=for-the-badge&logo=dotnet&logoColor=white)](https://dotnet.microsoft.com/en-us/download) ** +- ** [![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white)](https://www.docker.com/) ** --- ## Installation ### Prerequisites -- [![.NET SDK](https://img.shields.io/badge/.NET%20SDK-512BD4?style=for-the-badge&logo=dotnet&logoColor=white)](https://dotnet.microsoft.com/en-us/download) installed -- [![Node.js](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org/) and [![npm](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/) installed -- [![SQL Server](https://img.shields.io/badge/SQL%20Server-CC2927?style=for-the-badge&logo=microsoftsqlserver&logoColor=white)](https://www.microsoft.com/en-us/sql-server) or your chosen database system +- .NET SDK installed +- Node.js installed +- SQL Server or your chosen database system - IDEs: [![Visual Studio](https://img.shields.io/badge/Visual%20Studio-5C2D91?style=for-the-badge&logo=visualstudio&logoColor=white)](https://visualstudio.microsoft.com/), [![JetBrains Rider](https://img.shields.io/badge/Rider-000000?style=for-the-badge&logo=jetbrains&logoColor=white)](https://www.jetbrains.com/rider/) -### Application Setup with [![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white)](https://www.docker.com/) +### Application Setup with Docker 1. **Clone the repository**: ```bash From 81fd877f76174a7810b99edeef6cd5f4bb709863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Pr=C3=A1vics?= <124129365+prvics@users.noreply.github.com> Date: Tue, 15 Apr 2025 16:22:45 +0200 Subject: [PATCH 3/5] fix README.md --- README.md | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 0267e88..38cc83c 100644 --- a/README.md +++ b/README.md @@ -19,28 +19,41 @@ https://github.com/user-attachments/assets/2fea6296-c3e3-4946-a031-59be6678908b ## Tech Stack +- [![C# ASP.NET Core](https://img.shields.io/badge/C%23%20ASP.NET%20Core-512BD4?style=for-the-badge&logo=.net&logoColor=white)](https://dotnet.microsoft.com/) +- [![Entity Framework](https://img.shields.io/badge/Entity%20Framework-6DB33F?style=for-the-badge&logo=ef&logoColor=white)](https://learn.microsoft.com/en-us/ef/) +- [![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript) +- [![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://reactjs.org/) +- [![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com/) +- [![Identity Framework](https://img.shields.io/badge/Identity%20Framework-35495E?style=for-the-badge&logo=auth0&logoColor=white)](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/) +- [![SignalR](https://img.shields.io/badge/SignalR-5C2D91?style=for-the-badge&logo=dotnet&logoColor=white)](https://learn.microsoft.com/en-us/aspnet/core/signalr/introduction) +- [![Node.js](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org/) +- [![npm](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/) +- [![SQL Server](https://img.shields.io/badge/SQL%20Server-CC2927?style=for-the-badge&logo=microsoftsqlserver&logoColor=white)](https://www.microsoft.com/en-us/sql-server) +- [![.NET SDK](https://img.shields.io/badge/.NET%20SDK-512BD4?style=for-the-badge&logo=dotnet&logoColor=white)](https://dotnet.microsoft.com/en-us/download) +- [![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white)](https://www.docker.com/) + + ### Backend -- **[![C# ASP.NET Core](https://img.shields.io/badge/C%23%20ASP.NET%20Core-512BD4?style=for-the-badge&logo=.net&logoColor=white)](https://dotnet.microsoft.com/)** + +- ** ASP.NET CoreASP.NET Core ** - API development - Business logic implementation -- **[![Entity Framework](https://img.shields.io/badge/Entity%20Framework-6DB33F?style=for-the-badge&logo=ef&logoColor=white)](https://learn.microsoft.com/en-us/ef/)** +- ** Entity Framework ** - Database ORM - Supports migrations and queries - Database compatibility ### Frontend -- **[![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)](https://developer.mozilla.org/en-US/docs/Web/JavaScript)/[![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://reactjs.org/)** +- ** JavaScript/React ** - Dynamic, responsive user interface - Component-based design for maintainability - - Styled with [![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com/) + - Styled with Tailwind CSS ### Additional Technologies -- **Authentication**: [![Identity Framework](https://img.shields.io/badge/Identity%20Framework-35495E?style=for-the-badge&logo=auth0&logoColor=white)](https://learn.microsoft.com/en-us/aspnet/core/security/authentication/) -- **Real-Time Communication**: [![SignalR](https://img.shields.io/badge/SignalR-5C2D91?style=for-the-badge&logo=dotnet&logoColor=white)](https://learn.microsoft.com/en-us/aspnet/core/signalr/introduction) for chat -- ** [![Node.js](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org/) and [![npm](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/) ** -- ** [![SQL Server](https://img.shields.io/badge/SQL%20Server-CC2927?style=for-the-badge&logo=microsoftsqlserver&logoColor=white)](https://www.microsoft.com/en-us/sql-server) ** -- ** [![.NET SDK](https://img.shields.io/badge/.NET%20SDK-512BD4?style=for-the-badge&logo=dotnet&logoColor=white)](https://dotnet.microsoft.com/en-us/download) ** -- ** [![Docker](https://img.shields.io/badge/Docker-2496ED?style=for-the-badge&logo=docker&logoColor=white)](https://www.docker.com/) ** +- **Authentication**: Identity Framework +- **Real-Time Communication**: SignalR for chat +- ** Node.js and npm and ** + --- ## Installation @@ -49,8 +62,8 @@ https://github.com/user-attachments/assets/2fea6296-c3e3-4946-a031-59be6678908b - .NET SDK installed - Node.js installed - SQL Server or your chosen database system -- IDEs: [![Visual Studio](https://img.shields.io/badge/Visual%20Studio-5C2D91?style=for-the-badge&logo=visualstudio&logoColor=white)](https://visualstudio.microsoft.com/), [![JetBrains Rider](https://img.shields.io/badge/Rider-000000?style=for-the-badge&logo=jetbrains&logoColor=white)](https://www.jetbrains.com/rider/) - +- IDEs: Visual Studio, JetBrains Rider + ### Application Setup with Docker 1. **Clone the repository**: From b373db65e43fe627078c46e766769ff3ddde0d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Pr=C3=A1vics?= <124129365+prvics@users.noreply.github.com> Date: Tue, 15 Apr 2025 16:26:21 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38cc83c..78a029e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ https://github.com/user-attachments/assets/2fea6296-c3e3-4946-a031-59be6678908b ### Backend -- ** ASP.NET CoreASP.NET Core ** +- ** ASP.NET Core ** - API development - Business logic implementation - ** Entity Framework ** @@ -52,7 +52,7 @@ https://github.com/user-attachments/assets/2fea6296-c3e3-4946-a031-59be6678908b ### Additional Technologies - **Authentication**: Identity Framework - **Real-Time Communication**: SignalR for chat -- ** Node.js and npm and ** +- ** Node.js and npm ** --- From f5749dcdf01bdbc55b479cc3b81494168acb8bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Pr=C3=A1vics?= <124129365+prvics@users.noreply.github.com> Date: Tue, 15 Apr 2025 16:29:35 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 78a029e..ed562b5 100644 --- a/README.md +++ b/README.md @@ -35,16 +35,16 @@ https://github.com/user-attachments/assets/2fea6296-c3e3-4946-a031-59be6678908b ### Backend -- ** ASP.NET Core ** +- **ASP.NET Core** - API development - Business logic implementation -- ** Entity Framework ** +- **Entity Framework** - Database ORM - Supports migrations and queries - Database compatibility ### Frontend -- ** JavaScript/React ** +- **JavaScript/React** - Dynamic, responsive user interface - Component-based design for maintainability - Styled with Tailwind CSS @@ -52,7 +52,7 @@ https://github.com/user-attachments/assets/2fea6296-c3e3-4946-a031-59be6678908b ### Additional Technologies - **Authentication**: Identity Framework - **Real-Time Communication**: SignalR for chat -- ** Node.js and npm ** +- **Node.js** and **npm** ---