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:
- SDKMan!
- Intellij IDEA Community
- Command Shortcuts Palette Intellij
- Official website of Spring
- Official website of Spring Initialzr
- Official website of Heroku
- Official website of GIT
- Official website of GitHub
- Official documentation of the Lombok
- Official documentation of the Map Struct
- Reference to the REST architectural standard