Ray73H / Hands-on-Health

1 stars 0 forks source link

Store new workout plan into database #7

Closed Ray73H closed 1 week ago

Ray73H commented 1 week ago

Changed workout plan template from GET method to POST method adding parameters including useId and planName. Once the new workout plan template is created, create a new document and add to the database under "plans" collection. Created some unit tests for workoutTemplateController file.