Skip to content

nagarjun-repala/authorization-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authorization blog

Prerequisites

Make, Docker, Maven, Java

To run the application follow below commands

make sql-init
make run

User API

Create user - POST: http://localhost:8080/user/register
{
    "firstName": "test",
    "lastName" : "test",
    "username" : "test",
    "password" : "test",
    "email" : "test@test.com"
}
Login user - POST: http://localhost:8080/user/login
{
    "username" : "test",
    "password" : "test"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published