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.
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.