Skip to content

Eventify is a comprehensive Event Management System built on the principles of Clean Architecture and utilizing .NET Core. This system allows users to seamlessly create, manage, and register for events. With features such as venue management, sponsorships, speaker engagements, and attendee feedback, Eventify provides a scalable solution.

License

Notifications You must be signed in to change notification settings

lhajoosten/Eventify

Repository files navigation

Eventify-Master

Eventify-Master is a comprehensive Event Management System built on the principles of Clean Architecture using .NET Core. This system enables users to efficiently create, manage, and register for events, incorporating features such as venue management, sponsorships, speaker engagements, and attendee feedback.

Table of Contents

Features

  • Create, manage, and register for events.
  • Venue management for event locations.
  • Sponsorship management for event sponsors.
  • Speaker engagements and profiles.
  • Session management within events.
  • Attendee feedback for sessions.
  • Clean Architecture design principles.
  • CQRS implementation for improved scalability.

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/ihajoosten/Eventify.git
    cd Eventify
    dotnet run
  2. Add Migrations Entity Framework:

    dotnet ef add migrations <Name> -c EventifyDbContext --project Eventify.Infrastructure --startup-project Eventify.Api
  3. Update Database Entity Framework:

    dotnet ef database update -c EventifyDbContext --project Eventify.Infrastructure --startup-project Eventify.Api

About

Eventify is a comprehensive Event Management System built on the principles of Clean Architecture and utilizing .NET Core. This system allows users to seamlessly create, manage, and register for events. With features such as venue management, sponsorships, speaker engagements, and attendee feedback, Eventify provides a scalable solution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published