eduardofranca1 / user-management-system

User Management System with Spring Boot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Management System with Spring Boot

drawSQL-export-2021-07-12_16_29

Technologies:

Built with:

Tools:

How can I test the endpoints?

Open your preferred IDEA:

  • Maven will download the dependencies
  • Open the ManagementPeopleSystemApplication class by clicking on the Run option
  • Or if you have Maven installed, you can use the command: mvn spring-boot:run on your console

You can use Insomnia or Postman to check the endpoints

  1. First you have to create a new user in the route http://localhost:8080/users using the method POST

create user

  1. Feel free to browse other endpoints like:

About

User Management System with Spring Boot


Languages

Language:Java 100.0%