{"id":15324582,"url":"https://github.com/mrinjamul/gin-bookstore","last_synced_at":"2026-05-09T01:02:55.492Z","repository":{"id":104209691,"uuid":"379343212","full_name":"mrinjamul/gin-bookstore","owner":"mrinjamul","description":"Simple CRUD Operations for bookStore","archived":false,"fork":false,"pushed_at":"2021-06-22T17:02:26.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-01T18:43:50.643Z","etag":null,"topics":["crud","gin","gin-gonic","golang","sqlite"],"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/mrinjamul.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-22T17:01:38.000Z","updated_at":"2021-06-25T16:06:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"9d8eb044-8277-4c20-b61d-93ebde635235","html_url":"https://github.com/mrinjamul/gin-bookstore","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"bb53a1d86b835bdacefc1d8e51d9dc808e4ca771"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinjamul%2Fgin-bookstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinjamul%2Fgin-bookstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinjamul%2Fgin-bookstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrinjamul%2Fgin-bookstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrinjamul","download_url":"https://codeload.github.com/mrinjamul/gin-bookstore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245864325,"owners_count":20685010,"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":["crud","gin","gin-gonic","golang","sqlite"],"created_at":"2024-10-01T09:27:19.107Z","updated_at":"2026-05-09T01:02:50.468Z","avatar_url":"https://github.com/mrinjamul.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gin-bookstore\n\nSimple CRUD Operations for bookStore.\n\n```qoute\nGin by Example !\n```\n\n## Used Tools and Technologies\n\n- [Golang](https://golang.org/)\n- [Gin Gonic](https://gin-gonic.com/)\n- [Gorm](https://github.com/jinzhu/gorm)\n- [go-sqlite](https://github.com/mattn/go-sqlite3)\n\n## Available secrets\n\nFor ENV,\n\n    # Golang ENV (.env)\n    GIN_MODE=release\n    PORT=\u003cyour port\u003e\n\n## Build\n\n```shell\ngo mod download\ngo build -o gin-bookstore .\n```\n\n## Running\n\n```shell\n./gin-bookstore\n```\n\n## Endpoints\n\n| Methods | Endpoints  | Description       |\n| ------- | ---------- | ----------------- |\n| GET     | /          | Hello World       |\n| GET     | /books     | Get All books     |\n| POST    | /books     | Create a book     |\n| GET     | /books/:id | Get book by id    |\n| PATCH   | /books/:id | Update book by id |\n| DELETE  | /books/:id | Delete book by id |\n\n## Author\n\n- Injamul Mohammad Mollah \u003cmrinjamul@gmail.com\u003e\n\n## License\n\n- under [MIT license](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrinjamul%2Fgin-bookstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrinjamul%2Fgin-bookstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrinjamul%2Fgin-bookstore/lists"}