yarn install
yarn start
end point
http://localhost:8080/api/kasir/login
Request
{
"username" : string,
"password" : string
}
Response
{
"datas" : {
"id": integer,
"name": string,
"username": string,
"password": string,
"role": integer
},
"token" : string
}