darenc9 / FitFuture

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

Database Setup #55

Closed mfunkel closed 3 months ago

mfunkel commented 3 months ago

User Story As a developer, I would like to have a database setup so that I can persist the app's data.

Description The app should communicate with a database for data retrieval and persistence. The objects of classes that are involved in the working of the app (like users, profiles, workouts, history, etc.) should all be stored and maintained in the database. Therefore, a suitable option must be found and setup, with all team members having access to it for testing and development purposes.

Acceptance Criteria

Testing

mfunkel commented 3 months ago

Issue closed with PR #57