Skip to content

REST API for an Online Amusement Park Application where a customer can book tickets, signup, login, view billing details and an admin can perform the CRUD Operations on activities, tickets and Customers.

Notifications You must be signed in to change notification settings

atrisomya/Amusement-Park-application

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

Project Summary 📚 :

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.




Admin module :

  • Admin can manage the activity ,add activity,Delete activity and See all customer and their Tickets and activity
  • This module provides administrator related functionality. Administrator manages all information and has access rights to add, delete, edit and view the data related to admin, ticket, activity, tiketbookings, etc.
  • User module :

  • User can view activity List ,customer list, Ticket list etc
  • This module helps to customer.

  • Software Requirements

    Command Description
    Operating System Windows 10, Linux, Mac
    Programming Language Java.
    IDE Used Intellij , STS
    Database MySQL 8.0
    Framework SpringBoot,Maven
    Architecture CRUD, MVC

    Languages and Tools:

    𝗦𝗽𝗿𝗶𝗻𝗴 𝗧𝗼𝗼𝗹 𝗦𝘂𝗶𝘁

    𝗜𝗻𝘁𝗲𝗹𝗹𝗶𝗝 𝗜𝗗𝗘𝗔

    𝗝𝗮𝘃𝗮

    𝐌𝐲𝐒𝐐𝐋

    𝗦𝗽𝗿𝗶𝗻𝗴 𝗕𝗼𝗼𝘁

    𝐌𝐚𝐯𝐞𝐧

    𝐇𝐢𝐛𝐞𝐫𝐧𝐚𝐭𝐞


    MySQL Schema Database Structure

    Modules

    • Login, Logout Module
    • Customer Module
    • Admin Module
    • Activity Module
    • Ticket Module

    Features

    • 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.

    Installation & Run

    • 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
            
        

    Contributors

    Cutomer Module Developer

    Somya Upadhyay

    Admin Module Developer

    Vedprakash Paswan

    Ticket Module Developer

    Nitin Potbhare

    About

    REST API for an Online Amusement Park Application where a customer can book tickets, signup, login, view billing details and an admin can perform the CRUD Operations on activities, tickets and Customers.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages

    • HTML 38.8%
    • Java 32.7%
    • JavaScript 21.3%
    • CSS 7.2%