{"info":{"_postman_id":"b68e532d-afc0-438f-9c20-5e507d24e5ab","name":"TransMissão Tech","description":"<html><head></head><body><h1 id=\"introducao\">Introdução</h1>\n<p>API REST do projeto Transmissão Tech.</p>\n<h1 id=\"visao-geral\">Visão Geral</h1>\n<p>O projeto Transmissão tech possibilita conexão para pessoas trans que desejam alavancar sua carreira na tecnologia.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Introdução","slug":"introducao"},{"content":"Visão Geral","slug":"visao-geral"}],"owner":"18554886","collectionId":"b68e532d-afc0-438f-9c20-5e507d24e5ab","publishedId":"UVJckGh5","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-29T00:50:47.000Z"},"item":[{"name":"http://localhost:3001/mentor/registrar","id":"54a12b28-ee30-4f4b-b297-c80d4284cee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"nome\": \"João\",\n\t\"email\" : \"joao@email.com\", \n\t\"senha\": \"123456\", \n\t\"idade\" : 23, \n\t\"sexo\" : 1, \n\t\"resumo\" : \"Sou uma pessoa mentora!\", \n\t\"linkedin\" : \"www.linkedin.com/joao\", \n\t\"atributo\" : \"frontend, backend\", \n\t\"imagem\" : \"91e1ae7ddf2a7642481671e87638da3b\"\n}"},"url":"http://localhost:3001/mentor/registrar","description":"<p>Registro de pessoa mentora</p>\n","urlObject":{"protocol":"http","port":"3001","path":["mentor","registrar"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"54a12b28-ee30-4f4b-b297-c80d4284cee1"},{"name":"http://localhost:3001/mentor/upload","id":"58507677-bb70-4250-913a-be9de1667efe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"MultipartForm: avatar - file"},"url":"http://localhost:3001/mentor/upload","description":"<p>Upload da foto de Perfil da pessoa mentora</p>\n","urlObject":{"protocol":"http","port":"3001","path":["mentor","upload"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"58507677-bb70-4250-913a-be9de1667efe"},{"name":"http://localhost:3001/mentor/login","id":"24e70945-5e53-4878-9eee-9d4fb6bf8234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"joao@email.com\",\n\t\"senha\" : \"123456\"\n}"},"url":"http://localhost:3001/mentor/login","description":"<p>Login de pessoas mentoras</p>\n","urlObject":{"protocol":"http","port":"3001","path":["mentor","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"24e70945-5e53-4878-9eee-9d4fb6bf8234"},{"name":"http://localhost:3001/mentor/:id","id":"711ec5da-bb64-4d5b-8727-1ad5ca0f4f1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:3001/mentor/:id","description":"<p>Retorna uma lista de pessoas mentoras - exceto o usuário logado - recebe o id desse usuário</p>\n","urlObject":{"protocol":"http","port":"3001","path":["mentor",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","key":"id"}]}},"response":[],"_postman_id":"711ec5da-bb64-4d5b-8727-1ad5ca0f4f1d"},{"name":"http://localhost:3001/filtro/mentor","id":"20092c22-b49a-42a2-8cca-8b0ac5ac06c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"http://localhost:3001/filtro/mentor","description":"<p>Retorna uma lista de pessoas mentoras de acordo com o filtro recebido.</p>\n","urlObject":{"protocol":"http","port":"3001","path":["filtro","mentor"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"20092c22-b49a-42a2-8cca-8b0ac5ac06c9"},{"name":"http://localhost:3001/mentorado/registrar","id":"ace9760c-1e5b-4d45-860d-6a9810166256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"nome\": \"Maria\",\n\t\"email\" : \"maria@email.com\", \n\t\"senha\": \"654321\", \n\t\"idade\" : 25, \n\t\"sexo\" : 2, \n\t\"linkedin\" : \"www.linkedin.com/maria\", \n\t\"imagem\" : \"cc07a8cf5e47a4fe379a3fe0f1784038\"\n}"},"url":"http://localhost:3001/mentorado/registrar","description":"<p>Registro de pessoas mentoradas</p>\n","urlObject":{"protocol":"http","port":"3001","path":["mentorado","registrar"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ace9760c-1e5b-4d45-860d-6a9810166256"},{"name":"http://localhost:3001/mentorado/upload","id":"af9b893c-1aad-40ce-b93a-7de302ffd29b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"MultipartForm: avatar - file"},"url":"http://localhost:3001/mentorado/upload","description":"<p>Upload da foto de Perfil da pessoa mentorada</p>\n","urlObject":{"protocol":"http","port":"3001","path":["mentorado","upload"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"af9b893c-1aad-40ce-b93a-7de302ffd29b"},{"name":"http://localhost:3001/mentor/login","id":"726c41cd-cb16-4655-a355-21beb60cb00a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"email\" : \"joao@email.com\",\n\t\"senha\" : \"123456\"\n}"},"url":"http://localhost:3001/mentor/login","description":"<p>Login de pessoas mentoradas</p>\n","urlObject":{"protocol":"http","port":"3001","path":["mentor","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"726c41cd-cb16-4655-a355-21beb60cb00a"}]}