darenc9 / FitFuture

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

Create Base Backend Service #9

Closed darenc9 closed 3 months ago

darenc9 commented 4 months ago

User story User wishes to access apps exercise and workouts, so that the user can record their workout progress to the app and obtain guidance on their workout structure.

Description The Create Base App issue involves setting up the structure of the backend app, and implementing the structure of the code base, including dummy routes to each specific API calls. The issue also involves sorting out our base exercise data. JEST unit tests will be created and implemented. A CI workflow would be created and integrated with Github Actions, which will run JEST to run all my unit tests using jest.

Acceptance Criteria

Testing