Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 780 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 780 Bytes

TicketBookingProject-MERN

Title: App for booking bus tickets

Summary: The app is used for booking bus tickets between two cities based on user choice

Technologies used: MERN Stack

  • M - Mongo DB
  • E - Express.js
  • R - React.js (UI is under devlopment)
  • N - Node.js

Currently the following apis are available

  1. BusDetails API - Used for fetching bus details beween two cities
  2. SeatChart API - Used for fetching seatchart (layout and status of the seats) of the selected bus
  3. TicketBooking API - Used for booking seat/ticket and send out the confirmation

Note :- For testing the APIs postman is being used as input body is needed for the testing.

The app is under development and there are enchancements coming....