In this project a detailed review of Amusement Park application. The main objectives of this project to know the package related to the Amusement Park and Activity with best facility and current offer. Searching will be very easy .At a single click will be able to fetch the required data.
- Login, Logout Module
- User Module
- Admin Module
- Activity Module
- Ticket Module
- User and Admin authentication & validation with session uuid having.
- Admin Features:
- Administrator Role of the entire application
- Only registered admins with valid session token can add/update/delete Activity or customer from main database.
- User Features:
- A user can register himself or herself on the platform.
- He/She can check the Activity availabilty.
- If Activity is available, can book the Ticket for thet activity by providing payment details.
- After booking, he will get booking details for the activity,inside this there will be all details regarding the ticket details ,total cost, etc.
- If the customer want can cancel the booking ,he is able to delete his ticket.
- Before running the API server, you should update the database config inside the application.properties file.
- Update the port number, username and password as per your local database config.
server.port=8888
spring.datasource.url=jdbc:mysql://localhost:3306/amusementpark;
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.username=root
spring.datasource.password=root
Cutomer Module Developer Rajul Tiwari |
Admin Module Developer Abhinandan Rauniyar |
Activity Module Developer Vedprakash Paswan |
Ticket Module Developer Shivam Shahu |