Code Mentors API

Welcome to the Code Mentors REST API site!

REST API ~ GET call ~ Retrieves all records


Please use deployed https://mentorsapi.ryanhunter.ca/mentors/, OR local environment http://localhost:4001/mentors/ , to get all the Code Mentors in the REST API!
To get a specific record, example # 6, please use the format http://localhost:4001/mentors?mentor_id=6, OR https://mentorsapi.ryanhunter.ca/mentors?mentor_id=6 . To get record # 33, similarly use http://localhost:4001/mentors?mentor_id=33. Enjoy!


Local development environemt is localhost:4001/mentors/ , after runing command line command "npm start" .

Home page of Code Mentors REST API . Enjoy!


Mocked Routes Available

  1. GET All/mentors/
  2. GET by ID/mentors/:mentor_id
  3. POST/mentors/
  4. PUT/mentors/:mentor_id
  5. PATCH/mentors/:mentor_id
  6. DELETE/mentors/:mentor_id

Code Mentors API

Code Mentors API

Code Mentors API

Code Mentors API