ImGabreuw / person-api

REST API with Spring Boot for registering and managing an organization's people.

Home Page:https://person-api-imgabreuw.herokuapp.com/api/v1/person

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

person-api

GitHub repo size GitHub language count GitHub forks Bitbucket open issues Bitbucket open pull requests

REST API with Spring Boot for registering and managing an organization's people..

Concept Model

πŸ“ TODO

  • API documentation with Swagger

πŸ’» Prerequisites

  • JDK 11
  • Intellij IDEA

πŸ’» Technology

  • Java 11
  • Spring
    • JPA
    • Validation
    • Web
    • DevTools
    • pActuator
  • MapStruct
  • H2
  • Lombok

πŸš€ Installation

# 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

πŸ“« Contribution

To contribute to person-api, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <feature>.
  3. Make your changes and confirm them: git commit -m 'feature'
  4. Send to the original branch: git push origin <feature>
  5. Create the pull request.

Alternatively, refer to the GitHub documentation at how to create a pull request.

🀝 Contributors

We thank the following people who contributed to this project:

ImGabreuw
ImGabreuw

πŸ˜„ Be one of the contributors

Want to be part of this project? Click HERE and read how to contribute.

πŸ“ License

This project is under license. See the archive LICENSE for more details.

⬆ Back to the top

About

REST API with Spring Boot for registering and managing an organization's people.

https://person-api-imgabreuw.herokuapp.com/api/v1/person

License:MIT License


Languages

Language:Java 100.0%