Skip to content

bazsup/task-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task API

Install dependencies

go mod tidy

Migrate database

goose postgres "postgres://postgres:password@localhost:5432/task" up

Run API

go run cmd/task-api/main.go

Try to insert data using Postman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published