Skip to content

ivan-curkovic/go-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-playground

Simple go backend with gin, gorm and postgreSQL

Create new task using curl

curl -H 'Content-Type: application/json' \
      -d '{ "description":"new task", "completed":false}' \
      -X POST \
      http://localhost:8080/tasks

build the docker image

docker buildx build --sbom=true --provenance=true -t ivancurkovic046/go-playground:0.0.1 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published