godoineto / people-register

A simple API to manage people info. Data like name, gender, nationality, birth place, birth and address data.
MIT License
0 stars 0 forks source link

PEOPLE REGISTER


Demand description #1

A simple API to manage people info. Data like name, gender, nationality, birth place, birth and address data.


Used technologies


This solution has back-end services written in Java on the Spring Boot framework storing data in MongoDB and hosted in Heroku.
The API is documented with Swagger UI and Postman Docs also has integration tests written in Javascript and performed by Postman Monitoring.


Steps to contribute:

Clone this repository:

git clone git@github.com:godoineto/register.git

Go to folder and install dependencies:

cd register/

mvn install

Run project:

java -jar target/register-0.0.1-SNAPSHOT.jar


API Documentations:


To know more about access the demand description here.