robinsonvs / person-api-demo

Person API deploy at Heroku

Home Page:https://demo-people-api.herokuapp.com/swagger-ui.html#/person-controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Developing a REST API people management system with Spring Boot

System for managing a company's people through a REST API, created with Spring Boot.

Link to access the project on Heroku:

To run the project on the terminal, type the following command:

mvn spring-boot:run 

After executing the above command, just open the following address and view the project execution:

http://localhost:8080/api/v1/person

The following prerequisites are necessary for the execution of the developed project:

  • Java 11 or higher versions.
  • Maven 3.6.3 or higher versions.
  • Intellj IDEA Community Edition or your favorite IDE.
  • GIT version control installed on your machine.
  • GitHub account for cloud storage of your project.
  • Heroku account to deploy the project in the cloud

Some links: