We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Review (markdown)
Created Review (markdown)
add GET /appointment/:id
add GET /user/:id
add subject to POST /appointment required
Updated Appointment Routes (markdown)
add GET, POST approve, and POST reject routes
update index with appointments
Create Appointment route page
Updated API Documentation (markdown)
Create user/card page
change rate to wage
typo
add tutor page
Updated Tutor Routes (markdown)
Add a new tutor route page and the GET /tutor route docs.
Add rate field
add tutor fields
add the delete and patch routes to user.
spacing
add a require to post /user
create session api route page
create user api route page
add api doc home page
Initial Home page