senapahlevi / Sena-JTI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JTI Task

You can try using postman and

Try Demo this

Tools Stack

Database: PostgreSQL

Tools: Golang

Framework: Gin

Library: Gorm

Design

Figma

Run Locally

Clone the project

  git clone https://github.com/senapahlevi/Sena-JTI

Go to the project directory

  cd my-project

Start the server

go run main.go

API

Using OAUTH0

  go run main.go

and will program will Listening and serving HTTP on :3000

Save Number

  • POST

http://localhost:3000/create

body json

{
    "phone" :"08121082193",
    "provide" :"telkomsel"
}

response json:

    {
        "id": 700,
        "phone": "08121082193",
        "provider": "telkomsel",
        "is_odd": 1
    }

-Output for see Data, Edit and Delete

http://localhost:3000/output

-Edit example: http://localhost:3000/output-edit/3

About


Languages

Language:HTML 49.9%Language:Go 33.8%Language:JavaScript 10.2%Language:CSS 4.4%Language:Dockerfile 1.1%Language:Shell 0.3%Language:PowerShell 0.3%