A website allows customers to book tickets on a bus (coach), they can choose the route, seats on the bus and proceed with the payment.
Front-end: just cd to the Frontend Folders (Admin & Cust) then run this cmd to install libraries:
npm install
To run: cd /BusTicketBooking-Frontend/Admin or Cust then:
npm run dev
Back-end: open IntelliJ, then File -> Open -> Choose the BusTicketBooking-Backend -> Click "Open"
FRONT-END CUSTOMER UI
FRONT-END ADMIN UI