This repository contains a full-stack Event Management System developed as part of a comprehensive course on ASP.NET Core and React. The application demonstrates key features for managing events, user interactions, and real-time updates.
- User Authentication and Authorization: Secure user login and role-based access control.
- Event Management: Users can create, follow, and unfollow events with ease.
- Social Features: Includes a user follow/unfollow system to foster interaction.
- Real-Time Communication: Integrated real-time commenting functionality using SignalR.
- CI/CD Pipeline: Automated deployment to Azure via GitHub Actions ensures a streamlined release process.
- Front-End: React, React Hooks, Redux.
- Back-End: ASP.NET Core, SignalR.
- Cloud: Azure for hosting and deployment.
- Tools: GitHub Actions for CI/CD, Webpack for module bundling.
- Clone the repository:
git clone https://github.com/your-username/event-management-system
- Navigate to the project directory:
cd event-management-system
- Install front-end dependencies:
cd client npm install
- Install back-end dependencies:
cd ../server dotnet restore
- Run the back-end server:
dotnet run
- Run the front-end client:
cd ../client npm start
- Open the application in your browser at
http://localhost:3000
.
- Full-Stack Development: ASP.NET Core and React integration.
- Real-Time Functionality: SignalR for real-time communication.
- Testing and CI/CD: Implemented automated workflows and deployments with GitHub Actions.
- Cloud Hosting: Deployed to Azure for reliable and scalable hosting.
- Front-end: React18, Typescript, CSS, Bootstrap
- Back-end: ASP.NET Core, C#
- Database: SQL Azure
- Version Control: Git
- API Testing: Postman
For any questions or collaboration opportunities, feel free to contact me:
- Email: [email protected]
- LinkedIn: Ira Varshavsky
Please note that this is a learning project intended for educational purposes. While it includes core functionality for managing events, it may not cover advanced features or optimizations found in production-ready applications.