Explain Requirements

We are going to build an Event Booking application with below features:

Login/Logout

User will use an account (email and password) to login system.

List all Latest Events

After logged in, User will see all latest events. Events are created by administrator, but we use a backend system for creating and managing events. Our application just show events.

List events by category

Users can list events by category too

Show event detail

User can view detail information of event, including:

  • Name

  • Place

  • Time

  • Content

  • Price

Book event

User can book/register the event that he/she like.