Skip to content

nagarjun-repala/estore-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-store backend

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"
}
Get all users - GET: http://localhost:8080/user/all

Releases

No releases published

Packages

No packages published