{"id":15956304,"url":"https://github.com/nicolito128/tasks-api","last_synced_at":"2026-04-15T14:36:05.734Z","repository":{"id":57661672,"uuid":"474780270","full_name":"nicolito128/tasks-api","owner":"nicolito128","description":"A simple API written in Go with Gin Web Framework and PostgreSQL.","archived":false,"fork":false,"pushed_at":"2022-07-08T20:06:10.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T17:54:29.895Z","etag":null,"topics":["api","database","gin","go","golang","postgresql","sql"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicolito128.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-27T22:59:31.000Z","updated_at":"2022-04-02T07:18:16.000Z","dependencies_parsed_at":"2022-09-13T00:31:38.039Z","dependency_job_id":null,"html_url":"https://github.com/nicolito128/tasks-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolito128%2Ftasks-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolito128%2Ftasks-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolito128%2Ftasks-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolito128%2Ftasks-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicolito128","download_url":"https://codeload.github.com/nicolito128/tasks-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142042,"owners_count":20890652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","database","gin","go","golang","postgresql","sql"],"created_at":"2024-10-07T13:30:25.607Z","updated_at":"2026-04-15T14:36:00.701Z","avatar_url":"https://github.com/nicolito128.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tasks API\n\nA simple API written in Go with Gin Web Framework. The API use PostgreSQL as database.\n\n## Deploy\nDownload the project:\n\n    git clone https://github.com/nicolito128/tasks-api\n\nGet the following packages:\n\n    go get github.com/gin-gonic/gin\n    go get github.com/lib/pq\n\nSet a \"DATABASE_URL\" environment variable. See .env.example for more information on how to configure the database.\n\nBefore running the server you can test the code:\n\n    go test -v ./...\n\nRun server:\n\n    go run main.go\n\n## Endpoints\nYou can play with some endpoints included here:\n\n* GET: /tasks\n* GET: /tasks/:id\n* POST: /tasks\n* PUT: /tasks/:id\n* DELETE: /tasks/:id\n\n## Interest links\n* [gin-gonic/gin][1]\n\n[1]: https://github.com/gin-gonic/gin","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolito128%2Ftasks-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolito128%2Ftasks-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolito128%2Ftasks-api/lists"}