Skip to content

Simple project for managing people, made during Santander Bootcamp

Notifications You must be signed in to change notification settings

pedro-ruas/Person_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple People Managing API in REST with Spring Boot.

This project was created during Santander Bootcamp at Digital Innovation One. It consisted in:

  • Project initial setup using Spring Boot Initialzr;
  • Creation of data models for database manipulation;
  • Users management operations development (Write, read, update and delete users from a system);
  • Relantionship between each of the above operations with REST principles;
  • Unitary tests for functions validation;
  • Cloud deploinment using Heroku.

To execute this project in terminal, run:

mvn spring-boot:run 

To access this project on a web browser after running, go to:

http://localhost:8080/api/v1/people

The following tools are needed for this to run properly:

  • Java 11 or above.
  • Maven 3.6.3 or above.

About

Simple project for managing people, made during Santander Bootcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages