Criado devido ao projeto proposto da Digital Innovation Inc., para criar uma API de gerenciamento de pessoas. A proposta desta API é gerenciar pessoas dentro de uma faculdade. As entidades presentes são:
- Pessoa
- Telefone
- Endereço
- Curso
- Matéria
####Para executar pelo terminal, digite:
mvn spring-boot:run
####Depois de executar o codigo acima, a execução do projeto está nesse endereço:
http://localhost:8080/api/v1/people
####Para saber a documentação da API:
http://localhost:8080/swagger-ui/
####Endereço para a implementação no Heroku (As subpaginas /api/v1/people e /swagger-ui/ funcionam neste endereço também):
https://peopleadmin-api.herokuapp.com/
Created because of the proposed project by Digital Innovation Inc., to create a people management API. The purpose of this API is to manage people within a college. The entities present are:
- Person
- Phone
- Address
- Course
- Discipline
####To execute the script in terminal:
mvn spring-boot:run
####After this, the project execution is at this link:
http://localhost:8080/api/v1/people
####To know more about the API documentation:
http://localhost:8080/swagger-ui/
####Link to implementation in Heroku (The subpages /api/v1/people e /swagger-ui/ works in this link too):
https://peopleadmin-api.herokuapp.com/