{"id":24203362,"url":"https://github.com/asirialwis/event-management-system","last_synced_at":"2026-04-11T12:43:13.753Z","repository":{"id":271417459,"uuid":"913365769","full_name":"asirialwis/Event-Management-System","owner":"asirialwis","description":"A robust Event Management System using React (Frontend) and .NET (Backend), with MS SQL  as the database.","archived":false,"fork":false,"pushed_at":"2025-02-15T15:30:26.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T08:40:31.683Z","etag":null,"topics":["asp-net-core","csharp","dotnet","ef-core","ef-core-migrations","mvc-architecture","reactjs","rest-api","sql","sql-server","web-api"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asirialwis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-01-07T14:47:04.000Z","updated_at":"2025-02-15T15:30:30.000Z","dependencies_parsed_at":"2025-03-03T11:44:20.171Z","dependency_job_id":"9b4c33fb-0ff0-437f-a019-761ea19a3ae1","html_url":"https://github.com/asirialwis/Event-Management-System","commit_stats":null,"previous_names":["asirialwis/event-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/asirialwis/Event-Management-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asirialwis%2FEvent-Management-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asirialwis%2FEvent-Management-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asirialwis%2FEvent-Management-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asirialwis%2FEvent-Management-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asirialwis","download_url":"https://codeload.github.com/asirialwis/Event-Management-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asirialwis%2FEvent-Management-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273332858,"owners_count":25086961,"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-02T02:00:09.530Z","response_time":77,"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","csharp","dotnet","ef-core","ef-core-migrations","mvc-architecture","reactjs","rest-api","sql","sql-server","web-api"],"created_at":"2025-01-13T22:34:42.477Z","updated_at":"2025-10-27T08:04:29.146Z","avatar_url":"https://github.com/asirialwis.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Event Management System 🌟 \n\u003cdiv style=\"float: right;\"\u003e\n  \n  ![.NET Core](https://img.shields.io/badge/.NET_Core-512BD4?style=for-the-badge\u0026logo=dotnet\u0026logoColor=white)\n  ![MSSQL](https://img.shields.io/badge/MSSQL-CC2927?style=for-the-badge\u0026logo=microsoftsqlserver\u0026logoColor=white)\n  ![React](https://img.shields.io/badge/React-61DAFB?style=for-the-badge\u0026logo=react\u0026logoColor=black)\n  ![CSS](https://img.shields.io/badge/CSS-2965F1?style=for-the-badge\u0026logo=css3\u0026logoColor=white)\n\u003c/div\u003e\n\n\n\n\n\nWelcome to the **Event Management System** web app! This repository contains a robust backend built with **.NET Core** and **MSSQL**, and a dynamic frontend developed using **React**. Below are the detailed instructions to set up and run the project on your local machine.\n\n## Project Structure 🌐\n\n```\nEvent-Management-System/\n├── Event-Management-System-Backend/\n└── Event-Management-System-Frontend/\n```\n\n## Prerequisites 📜\n\nEnsure you have the following installed on your system:\n\n- **.NET Core SDK version 8**\n- **Microsoft SQL Server**\n- **Node.js** and **npm**\n\n## Setup Instructions 🌄\n\n### Backend Setup 🛠️\n\n1. **Navigate to the backend folder:**\n   ```bash\n   cd Event-Management-System-Backend\n   ```\n\n2. **Restore packages:**\n   ```bash\n   dotnet restore\n   ```\n\n3. **Update the `appsettings.json`:**\n   - Set your MSSQL connection string:\n     ```json\n     \"ConnectionStrings\": {\n       \"DefaultConnection\": \"Your_MSSQL_Connection_String\"\n     }\n     ```\n\n4. **Apply migrations and run the project:**\n   ```bash\n   dotnet ef database update\n   dotnet run\n   ```\n\n### Frontend Setup 🌄\n\n1. **Navigate to the frontend folder:**\n   ```bash\n   cd Event-Management-System-Frontend\n   ```\n\n2. **Install dependencies:**\n   ```bash\n   npm install\n   ```\n\n3. **Start the development server:**\n   ```bash\n   npm run dev\n   ```\n\n## Features 🚀\n\n- 📅 **Event Creation**: Create and manage events seamlessly.\n- 🕑 **Real-Time Updates**: Update or change event related data.\n- 💻 **Event Management**: Manage attendees, organizers, and dates update efficiently.\n- 🔍 **Normalized Database**: Fast and Enhance Performance.\n- 📈 **Responsive and Reusable**: Responsive CSS and reusable react components.\n\n## Technologies Used 🔧\n\n- **Backend**: .NET Core, Entity Framework Core, MSSQL\n- **Frontend**: React, CSS, React-Icons\n\n## Demo Video\n👇 **Click below to watch the demo video.**\n\n\u003ca href=\"https://cloud.appwrite.io/v1/storage/buckets/6748a0a2001b4a852b49/files/67814079003322f906d8/view?project=6748a02f0016a1765aa6\u0026project=6748a02f0016a1765aa6\u0026mode=admin\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://cloud.appwrite.io/v1/storage/buckets/6748a0a2001b4a852b49/files/67814f6000361590ef31/view?project=6748a02f0016a1765aa6\u0026project=6748a02f0016a1765aa6\u0026mode=admin\" width=\"500\" /\u003e\n\u003c/a\u003e\n\n## Screenshots\n### Event List\n![Event List](https://cloud.appwrite.io/v1/storage/buckets/6748a0a2001b4a852b49/files/678146a80026a994800c/view?project=6748a02f0016a1765aa6\u0026project=6748a02f0016a1765aa6\u0026mode=admin)\n### Event Detail Modal\n![Event Detail Modal](https://cloud.appwrite.io/v1/storage/buckets/6748a0a2001b4a852b49/files/6781469d000812eb493c/view?project=6748a02f0016a1765aa6\u0026project=6748a02f0016a1765aa6\u0026mode=admin)\n### Update Event\n![Update Event](https://cloud.appwrite.io/v1/storage/buckets/6748a0a2001b4a852b49/files/678146c2002c14e09881/view?project=6748a02f0016a1765aa6\u0026project=6748a02f0016a1765aa6\u0026mode=admin)\n### Add Attendee\n![Add Attendee](https://cloud.appwrite.io/v1/storage/buckets/6748a0a2001b4a852b49/files/67814692000326eba886/view?project=6748a02f0016a1765aa6\u0026project=6748a02f0016a1765aa6\u0026mode=admin)\n### Update Attendee\n![Update Attendee](https://cloud.appwrite.io/v1/storage/buckets/6748a0a2001b4a852b49/files/678146ba001eadbfd4b6/view?project=6748a02f0016a1765aa6\u0026project=6748a02f0016a1765aa6\u0026mode=admin)\n\n## Contact 📧\n\nFor any queries, reach out to us at [asirialwis23@gmail.com](mailto:asirialwis23@gmail.com).\n\n---\n\nMade with ❤️ by [Asiri Alwis]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasirialwis%2Fevent-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasirialwis%2Fevent-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasirialwis%2Fevent-management-system/lists"}