project-emory / RIDEmory

A self-updating database of ride information for Emory students accessible via the web or GroupMe
GNU General Public License v3.0
5 stars 2 forks source link

Backend: Rides Service #22

Closed andrewtlu closed 5 months ago

andrewtlu commented 11 months ago

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