Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.58 KB

README.md

File metadata and controls

39 lines (21 loc) · 1.58 KB

Event Management Web Application

Event Management MVC Application developed on Asp.Net Framework 2.1 using C#, HTML5, CSS3, JS and data will be stored in local MS SQL Server.

High level requirements and specifications are as below:

Home page

  1. Displays all public events. There will be 2 columns, one for past events and one for future events.

Screenshot (37)

  1. Clicking on view details shows user the event details.

Screenshot (38)

  1. Logged in users see additional header items: “My events”, “Create event”.

Screenshot (40)

About Event

  1. Title of the event, date of the event, location and start time.

  2. Optionally, the event organizer may also specify the duration, description and other details.

  3. The event can be marked as public or private.

Screenshot (39)

  1. Users can register on the website to create their own events.

Screenshot (41)

  1. Anonymous users can only view public events

  2. Admin user can edit ANY event

  3. The list of events will show ALL events for him, whether public/private

Developed by Prashant Shukla