- Golang (1.18)
- Copy file .env.example and rename with .env
- And go to command prompt "go get && go run main.go"
-
METHOD(GET)
RETURN (message)
-
METHOD(POST)
JSON (username, email, password)
RETURN (Message, Status)
-
METHOD(POST)
JSON (username, password)
RETURN (Message, Status, Token) -
METHOD(GET)
MIDDLEWARE (AUTH)
RETURN (Message, Status) -
METHOD(POST)
MIDDLEWARE (AUTH)
JSON (code)
RETURN (Message, Status)