halimeturkmnen/EventManagementMvc
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
EventManagementMvc Project topic: Campus Event Management System Main pages: 1. Home 2. Events 3. Event Details 4. Join Event 5. My Registrations Extra pages: - Login - Register - About Technologies: - ASP.NET Core MVC - C# - HTML - CSS - Bootstrap Data storage: - Events and registrations are stored temporarily in memory. - No database is used. How to run: 1. Open the EventManagementMvc folder in Visual Studio Code. 2. Open the terminal. 3. Run: dotnet restore dotnet run 4. Open the shown localhost address in the browser. - http://localhost:5050/