llulioscesar / jikkosoft-test-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jikkosoft-test-go

create container docker postgres

  docker-compose up -d

Create database and data

  cd cmd/
  go run main_initdb.go

Run app

  cd cmd/
  go run main.go

URL

  POST: http://localhost:8080/array
  body {
    "unsorted": [0,4,2,2,10,5,5,5,2]
  }
  
  GET: http://localhost:8080/user

About


Languages

Language:Go 96.0%Language:Makefile 2.1%Language:Dockerfile 1.9%