This is where the main process happens Total process happening are
- Getting User Profile
- Creating a Booking
- Find matched groups
- Find matched person
- Cancel booking
- Reset password
- change password 8 .Update Profile
- Getting User bookings
- Getting user booked rides
- Getting Places to explore (Not Done yet)
- BookingSerializer
- BookedridesSerializer
- ProfileSerializer
- UserSerialize
- UserDetailSerializer(overiding the rest-auth serializer)
- PlaceSerializer
- MatchSerializer
- api/
- serializer
- urls
- views