{"id":20053187,"url":"https://github.com/irezaul/todo-go","last_synced_at":"2026-04-14T15:33:32.898Z","repository":{"id":49437515,"uuid":"517685982","full_name":"irezaul/todo-go","owner":"irezaul","description":"A simply activity","archived":false,"fork":false,"pushed_at":"2022-07-27T17:37:15.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T09:14:02.992Z","etag":null,"topics":["gin","golang","gorm","postgresql","tmpl"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/irezaul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-25T13:53:54.000Z","updated_at":"2022-07-27T17:35:58.000Z","dependencies_parsed_at":"2022-09-05T07:51:37.181Z","dependency_job_id":null,"html_url":"https://github.com/irezaul/todo-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/irezaul/todo-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irezaul%2Ftodo-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irezaul%2Ftodo-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irezaul%2Ftodo-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irezaul%2Ftodo-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irezaul","download_url":"https://codeload.github.com/irezaul/todo-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irezaul%2Ftodo-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31803473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["gin","golang","gorm","postgresql","tmpl"],"created_at":"2024-11-13T12:23:21.304Z","updated_at":"2026-04-14T15:33:32.880Z","avatar_url":"https://github.com/irezaul.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# todo-go\nA simply activity\n\n\n### Database\n* Installing PostgreSQL\n```bash\n$ sudo apt update\n\nThen, install the Postgres package along with a -contrib package that adds some additional utilities and functionality:\n\n$ sudo apt install postgresql postgresql-contrib\n```\n* Ensure that the server is running using the systemctl start command:\n```bash\nsudo systemctl start postgresql.service\n```\n* Switch over to the postgres account on your server by typing:\n```bash\nsudo -i -u postgres\n```\n* You can now access the PostgreSQL prompt immediately by typing:\n```bash\npsql\n```\n* `Exit out` of the PostgreSQL prompt by typing:\n```bash\n\\q\n```\n###  Creating a New Database ( `use semicolon must` )\n```bash\ncreate database \u003cdbname\u003e;\n```\n* check database list \n```bash\n\\list\n```\n* how to delete database ( `use semicolon must` )\n```bash\ndrop database \u003cdbname\u003e;\n```\n* Create a new user with password ( `use semicolon must` )\n``` bash\ncreate user \u003cusername\u003e with password 'pass';\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firezaul%2Ftodo-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firezaul%2Ftodo-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firezaul%2Ftodo-go/lists"}