REST API with Spring Boot for registering and managing an organization's people..
- API documentation with Swagger
- JDK 11
- Intellij IDEA
- Java 11
- Spring
- JPA
- Validation
- Web
- DevTools
- pActuator
- MapStruct
- H2
- Lombok
# Repository clone
$ git clone https://github.com/ImGabreuw/person-api
# Go to the application directory
$ cd person-api/
# Start the application
$ mvn spring-boot:run
Go to http://localhost:8080/api/v1/person
To contribute to person-api, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <feature>
. - Make your changes and confirm them:
git commit -m 'feature'
- Send to the original branch:
git push origin <feature>
- Create the pull request.
Alternatively, refer to the GitHub documentation at how to create a pull request.
We thank the following people who contributed to this project:
ImGabreuw |
Want to be part of this project? Click HERE and read how to contribute.
This project is under license. See the archive LICENSE for more details.