Skip to content

This collaborative initiative is designed to meet the demands of passengers as they move from one location to another. Essential modules like Admin, User, Bus, Route, Reservation, and Feedback are included in this project. The user may reserve his or her seat one day in advance and provide comments on their experience.

Notifications You must be signed in to change notification settings

SohamDoshi/Bus-Reservation-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

TALES OF TIME TRAVEL

image

Description

This is a REST API for a Bus reservation system portal. This API performs all the fundamental CRUD operations of any Bus reservation platform with user and admin validation at every step. This is a collaborative project built by a team of 5 members executed in 5 days.

Techstacks

  • Java
  • Spring Framework
  • Spring Boot
  • Spring Data JPA
  • Hibernate
  • MySQL

Modules

  • Admin Module
  • User Module
  • Login Module
  • Route Module
  • Bus Module
  • Reservation Module
  • Feedback Module

ER Diagram

Following ER diagram indicates the database tables and thier interaction which we are using. table_relationship

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 route or customer from main database
    • Admin can access the details of different users, buses and routes.
  • User Features:
    • Registering themselves with application, and logging in to get the valid session token.
    • Viewing list of available bus and booking a reservatioon.
    • Only logged in users can update his/her reservation, profile updation and other features.

THANK YOU

About

This collaborative initiative is designed to meet the demands of passengers as they move from one location to another. Essential modules like Admin, User, Bus, Route, Reservation, and Feedback are included in this project. The user may reserve his or her seat one day in advance and provide comments on their experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%