Skip to content

De1eF/user-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User service app

A User account API with a view for displaying users

How to run

-Have JDK 17 installed and configured
-Have PostgreSQL Server installed and started
-Have a schema created in PostgreSQL with the name "user-app"
-Make a fork from this repository and launch it with an IDE of your choice

Views

/view/users - displays info about all users (with paging)
/view/users/{id} - displays info about a user with id

API

API endpoints may be tested via Postman collection

Technologies

-JAVA (v17)
-Spring Boot (v3.1.0)
-Spring Security (v5.2.1)
-Gradle (v7.6.1)
-PostgreSQL (v15.3)
-Liquibase (v4.20.0)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published