Skip to content

1zidorius/project-management-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • Any modern docker installed

To start application

docker-compose up -d

Usage

Populate dummy data using curl

curl --request POST localhost:8080/api/v1/users --header 'Content-Type:application/json' --data-raw '{"username":"proficientuser","password":"supersafepass","email":"[email protected]","name":"jonas","surname":"jonatis"}'

GET localhost:8080/api/v1/users returns all users
GET localhost:8080/api/v1/users/{userId} returns user specific information
PUT localhost:8080/api/v1/users/{userId} for updating fields
DELETE localhost:8080/api/v1/users/{userId} for deleting record

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors