The calendar api backend. https://www.figma.com/file/4Z1cZZ391wjotbYj4pMkFL/Calendar-App?node-id=0%3A1 The frontend design so far
/login /signup /validate
All calls to the backend require an Authorization header with this type of style:
Authorization: Bearer <Bearer Token>
/createGroup
Creates a group.
/joinGroup
/groupIdTaken
/groupInfo
/addJob
/getJobs