Coder Social home page Coder Social logo

github2k10 / safar Goto Github PK

View Code? Open in Web Editor NEW
23.0 1.0 6.0 687 KB

Safar is a web-based application designed to simplify the booking process for bus travel. It provides customers with a hassle-free way to book tickets and manage reservations while streamlining the operations of bus companies.

Home Page: https://drive.google.com/file/d/1pREGt9QedjthDFZYHlUJjULZZ5SEvNp9/view?usp=sharing

Java 49.16% CSS 15.95% JavaScript 7.93% HTML 26.97%
bus-reservation-system reservation-system spring-boot spring-projects ticketing-system

safar's Introduction

SAFAR :- BUS RESERVATION MANAGEMENT PORTAL

Project code: few-houses-4121

The bus reservation system portal is a web-based application that enables users to book bus tickets online. The system will allow users book available buses based on their source and destination cities, reserve the seats, and make payments securely. The system will also provide a UI based dashboard for admin to manage their bus related operations.

Features

  • User and Admin authentication & validation with session uuid.

Admin Features:

- Administrator Role of the entire application
- Only registered admins with valid session token can add/update/delete route and bus from main database
- Admin can access the details of different users and reservations.

User Features:

- Registering themselves with application, and logging in to get the valid session token
- Viewing list of available buses and booking a reservation
- Only logged in user can access his reservations, profile updation and other features.

ER Diagrm


Flow Chart

Modules

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

🏷️ Tech Stack Used :-

  • Java
  • Spring Framework
  • Spring Boot
  • Spring Data JPA
  • Hibernate
  • MySQL
  • HTML
  • CSS
  • JavaScript

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.
      #db specific properties
      spring.datasource.url=jdbc:mysql://localhost:3306/busdb
      spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
      spring.datasource.username=root
      spring.datasource.password=root

      #ORM s/w specific properties
      spring.jpa.hibernate.ddl-auto=update
      spring.jpa.show-sql=true

API Root Endpoint

https://localhost:8080/

http://localhost:8080/swagger-ui/index.html

safar's People

Contributors

github2k10 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

safar's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.