{"id":36576898,"url":"https://github.com/danyeric123/go-bookserver","last_synced_at":"2026-01-12T07:36:47.637Z","repository":{"id":57704350,"uuid":"494557024","full_name":"danyeric123/go-bookserver","owner":"danyeric123","description":"A simple Golang server using GORM, Mux, and Postgres","archived":false,"fork":false,"pushed_at":"2022-05-26T15:58:07.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-03T05:34:25.675Z","etag":null,"topics":["books","golang","gorm","gorm-orm","mux","mux-router","postgresql"],"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/danyeric123.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-05-20T17:44:08.000Z","updated_at":"2022-05-20T18:43:28.000Z","dependencies_parsed_at":"2022-09-03T21:30:19.835Z","dependency_job_id":null,"html_url":"https://github.com/danyeric123/go-bookserver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danyeric123/go-bookserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danyeric123%2Fgo-bookserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danyeric123%2Fgo-bookserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danyeric123%2Fgo-bookserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danyeric123%2Fgo-bookserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danyeric123","download_url":"https://codeload.github.com/danyeric123/go-bookserver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danyeric123%2Fgo-bookserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336582,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"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":["books","golang","gorm","gorm-orm","mux","mux-router","postgresql"],"created_at":"2026-01-12T07:36:47.579Z","updated_at":"2026-01-12T07:36:47.629Z","avatar_url":"https://github.com/danyeric123.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![LinkedIn][linkedin-shield]][linkedin-url]\n# Go-Bookserver\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-project\"\u003eAbout The Project\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#built-with\"\u003eBuilt With\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\n      \u003ca href=\"#getting-started\"\u003eGetting Started\u003c/a\u003e\n      \u003cul\u003e\n        \u003cli\u003e\u003ca href=\"#prerequisites\"\u003ePrerequisites\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#roadmap\"\u003eRoadmap\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n### About The Project\nI am trying to practice creating backend services in Golang so I took the idea of writing a book server from [freeCodeCamp.org's example](https://github.com/AkhilSharma90/Golang-MySQL-CRUD-Bookstore-Management-API). I made major tweaks to it, albeit it started out the same.\nI hope to continually add to this and extend the book server's functionality\n\n#### Built With\n\u003cspan\u003e\u003cimg height=\"80\" src=\"https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/go/go.png\"\u003e\u003c/span\u003e\n\u003cspan\u003e\u003cimg height=\"80\" src=\"https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/postgresql/postgresql.png\"\u003e\u003c/span\u003e\n\u003cspan\u003e\u003cimg height=\"80\" src=\"https://avatars.githubusercontent.com/u/15127678?s=280\u0026v=4\"\u003e\u003c/span\u003e\n\n### Description\nA simple Golang server for books where you can create, retrieve, update, and delete books.\n\n# Getting Started\n1. Clone the repo\n   ```sh\n   git clone https://github.com/danyeric123/go-bookserver.git\n   ```\n2. Create a `.env` file with the following variables:\n    ```\n    POSTGRES_USER=postgres\n    POSTGRES_PASSWORD=postgres\n    POSTGRES_DB=postgres\n    ```\n4. Run the docker containers\n    ```bash\n    docker compose up\n    ```\n    \n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge\u0026logo=linkedin\u0026colorB=555\n[linkedin-url]: https://linkedin.com/in/david-nagarpowers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanyeric123%2Fgo-bookserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanyeric123%2Fgo-bookserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanyeric123%2Fgo-bookserver/lists"}