Loading repository data…
Loading repository data…
mayurisamanta / repository
This is collaborative project made to cater the needs of the passenger who are traveling from one point to another. This project have contains essential modules like Admin, User, Bus, Route, Reservation and Feedback. User can book / reserved his ticket one day before and give feedback about their experience

Masai Travels (bus ticket reservation system) is an RESTful web service designed to provide customers with a personalized easy-to-utilize user experience for booking and purchasing tickets online. It stores customers' personal data records, scheduled routes, frequent trips, drop points, and other information.
It has 6 modules Admin, User, Reservation, Bus, Route and Feedback.
Masai Travels (Bus ticket reservation system) application during the construct week at Masai School. Completed the project in five days with a team of five aspiring developers.
Er diagram of our project

All modules of our project

Admin can login by using username (admin) and password (admin1234)

Customer can signup first if not registered earlier
Customer can login with earlier provided username and password

Admin can add Bus by providing neccessary details

Admin can add Route by providing neccessary details

User can book Reservation by selecting Source and destination

User can give feedback for bus experience

git clone https://github.com/mayurisamanta/Masai-Travels-RESTful-API.gitBusTicketReservationSystem and click "OK" or "Open" to import the project.db specific properties and comment all specifications under H2 db in application.propertiesBusTicketReservationSystemApplicationterminal as shown in explanation video or MySQL Workbenchhttp://localhost:8008/h2-console/ and fill proper details mentioned in application.properties under H2 dbhttp://localhost:8008/swagger-ui/#/ and execute the end points as in explanation videoGithub: mayurisamanta (Teamlead) Worked on Feedback module
Github: brajesh623 Worked on Admin and User module
Github: btcpatil Worked on Route module
Github: Jhala26 Worked on Reservation Module
Github: Sarthak0008 Worked on Bus Module