A simple API to manage people info. Data like name, gender, nationality, birth place, birth and address data.
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.
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
To know more about access the demand description here.