darenc9 / FitFuture

https://fit-future.vercel.app
0 stars 0 forks source link

Create History Service #51

Closed andrew-sequeira closed 2 months ago

andrew-sequeira commented 3 months ago

User Story As a user, I would like to save my workout history so that I can keep track of what I've previously done.

Description For the history data to be persisted in our database, we need a way to connect and interact with the History collection in the database. A "history-service.js" file should be prepared with methods of connecting to the collection in addition to any required functionality such as CRUD operations to allow for the backend to interact with the database.

Acceptance Criteria

Testing