Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 491 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 491 Bytes

Documentation for the backend

ENDPOINTS

  • api/instructors/register

  • api/clients/register

  • api/instructors/login

  • api/clients/login

  • /api/classes

PUT/PATCH (update) a class

  • /api/classes/{id}

DELETE a class

  • /api/classes/{id}

Workout example

  • { "workoutName": "Spin Class", "type": "Spin", "durationMins": "30", "intensityLevel": "high", "location": "Spin Room", "attendees": "12", "maxAttendees": "15", "startTime": "2020-11-08 15:00:00" }