{"id":22317696,"url":"https://github.com/imgabreuw/books-api","last_synced_at":"2026-05-10T05:16:16.542Z","repository":{"id":155543795,"uuid":"387271510","full_name":"ImGabreuw/books-api","owner":"ImGabreuw","description":"API Rest, made in Go, to manage your books.","archived":false,"fork":false,"pushed_at":"2021-07-18T23:43:33.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T21:02:56.256Z","etag":null,"topics":["gin","go-orm","golang","postgresql"],"latest_commit_sha":null,"homepage":"https://youtu.be/socM14c9Vfk","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/ImGabreuw.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-18T21:22:44.000Z","updated_at":"2021-07-22T09:51:46.000Z","dependencies_parsed_at":"2023-05-17T17:15:36.339Z","dependency_job_id":null,"html_url":"https://github.com/ImGabreuw/books-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ImGabreuw/books-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImGabreuw%2Fbooks-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImGabreuw%2Fbooks-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImGabreuw%2Fbooks-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImGabreuw%2Fbooks-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ImGabreuw","download_url":"https://codeload.github.com/ImGabreuw/books-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ImGabreuw%2Fbooks-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266732596,"owners_count":23976059,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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","go-orm","golang","postgresql"],"created_at":"2024-12-03T23:11:03.527Z","updated_at":"2026-05-10T05:16:16.491Z","avatar_url":"https://github.com/ImGabreuw.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# books-api\n\n[![Author](https://img.shields.io/badge/author-ImGabreuw-00ADD8?style=flat-square)](\u003cYOUR GITHUB URL\u003e)\n[![Languages](https://img.shields.io/github/languages/count/ImGabreuw/books-api?color=00ADD8\u0026style=flat-square)](#)\n[![Stars](https://img.shields.io/github/stars/ImGabreuw/books-api?color=00ADD8\u0026style=flat-square)](https://github.com/ImGabreuw/books-api/stargazers)\n\n\u003e API Rest, made in Go, to manage your books\n\n### 📝 TODO\n\n- [ ] Put database configuration in `.env` file\n- [ ] API documentation\n- [ ] Deploy\n\n## 💻 Prerequisites\n\n* Go 1.16+\n* Your favorite IDE\n\n## 💻 Technology\n\n* Go\n* Gin\n* Go-ORM\n* PostgreSQL\n\n## 🚀 Installation\n  \n```bash\n# Repository clone\n$ git clone https://github.com/ImGabreuw/books-api.git\n\n# Go to the application directory\n$ cd books-api\n\n# Start database\n$ docker-compose up -d\n\n# Run application\n$ go run main.go\n```\n\nGo to http://localhost:5000/api/v1/books/\n\n## 📫 Contribution\n\nTo contribute to **books-api**, follow these steps:\n\n1. Fork this repository.\n2. Create a branch: `git checkout -b feature/\u003cfeature\u003e`.\n3. Make your changes and confirm them: `git commit -m 'some description of feature'`\n4. Send to the original branch: `git push origin \u003cbranch\u003e`\n5. Create the pull request.\n\nAlternatively, refer to the GitHub documentation at [how to create a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).\n\n## 🤝 Contributors\n\nWe thank the following people who contributed to this project:\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/ImGabreuw\"\u003e\n        \u003cimg src=\"https://github.com/ImGabreuw.png\" width=\"100px;\" alt=\"ImGabreuw\"/\u003e\u003cbr\u003e\n        \u003csub\u003e\n          \u003cb\u003eImGabreuw\u003c/b\u003e\n        \u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\n## 😄 Be one of the contributors\u003cbr\u003e\n\nWant to be part of this project? Click [HERE](CONTRIBUTING.md) and read how to contribute.\n\n## 📝 License\n\nThis project is under license. See the archive [LICENSE](LICENSE.md) for more details.\n\n[⬆ Back to the top](#books-api)\u003cbr\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimgabreuw%2Fbooks-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimgabreuw%2Fbooks-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimgabreuw%2Fbooks-api/lists"}