You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
note : for now, mostly ModelViewSet has been used for the sake of ease of use, subject to change if the app is further developed
Features
passengers endpoint shows passenger list (readonly)
bus schedule chart shows all the bus schedule along with number of seats booked for each bus scheduled
bus listing gets removed from the chart once reservation reaches the limit 35 ( assuming each has 35 available seats )
reserve end points create reservation by taking passenger details and bus travel id ( the id that is auto generated during object creation has been assumed as travel id)
About
DRF based bus ticket booking system, intelligent enough to show listings based on reservation limit. Partner in crime (Django ORM)