Skip to content

dimasmaulana-ach/cafe-node-backend

Repository files navigation

Backend Cafe Node

Get Started

yarn install

Run Server

yarn start

Database Table

database table

Api Spec Login

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
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published