Create a service that will provide the rides controller (and eventually bot controller) with ways to access rides
Tasks:
[x] Create a rides service that users can use to do the following:
[x] Create new rides
[x] Update existing rides (riders)
[x] Delete rides
[x] Search for rides given filters on time, location, riders, etc (will also need to create queries in rides repository)
[x] Mark this complete once services are created and these endpoints in rides controller are connected to the services
Note: Some functionality has already been implemented in rides controller, just take those out and make them methods in rides service, then call the respective service methods in the controller
Create a service that will provide the rides controller (and eventually bot controller) with ways to access rides
Tasks:
Note: Some functionality has already been implemented in rides controller, just take those out and make them methods in rides service, then call the respective service methods in the controller