{"id":26648961,"url":"https://github.com/wnderbin/bookhub","last_synced_at":"2025-03-25T00:47:29.105Z","repository":{"id":283255258,"uuid":"951162135","full_name":"wnderbin/BookHub","owner":"wnderbin","description":"BookHub is a storage website where you can share your books with other users","archived":false,"fork":false,"pushed_at":"2025-03-19T09:26:25.000Z","size":1539,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T10:22:04.865Z","etag":null,"topics":["backend","book-website","go","golang","website"],"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/wnderbin.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":"2025-03-19T08:58:26.000Z","updated_at":"2025-03-19T09:29:10.000Z","dependencies_parsed_at":"2025-03-19T10:22:08.217Z","dependency_job_id":"83639659-17e4-4463-84ce-1dae443d168a","html_url":"https://github.com/wnderbin/BookHub","commit_stats":null,"previous_names":["wnderbin/bookhub"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnderbin%2FBookHub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnderbin%2FBookHub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnderbin%2FBookHub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wnderbin%2FBookHub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wnderbin","download_url":"https://codeload.github.com/wnderbin/BookHub/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245377954,"owners_count":20605375,"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":["backend","book-website","go","golang","website"],"created_at":"2025-03-25T00:47:28.442Z","updated_at":"2025-03-25T00:47:29.089Z","avatar_url":"https://github.com/wnderbin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BookHub\n\n![image](https://github.com/user-attachments/assets/71944739-9a6a-4b6c-adfc-7bf729a108ab)\n\n![image](https://github.com/user-attachments/assets/906cdbd1-f40a-4045-bc96-ff4f7628e293)\n\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n  \u003col\u003e\n    \u003cli\u003e\n      \u003ca href=\"#about-the-bookhub-project\"\u003eAbout the BookHub 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=\"#dependencies\"\u003eDependencies\u003c/a\u003e\u003c/li\u003e\n        \u003cli\u003e\u003ca href=\"#installation-and-launch\"\u003eInstallation \u0026 Launch\u003c/a\u003e\u003c/li\u003e\n      \u003c/ul\u003e\n    \u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#project-structure\"\u003eProject structure\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003e\u003ca href=\"#author\"\u003eAuthor\u003c/a\u003e\u003c/li\u003e\n  \u003c/ol\u003e\n\u003c/details\u003e\n\n## About the BookHub project\n\nBookHub is a storage website where you can share your books with other users.\n\n### Built with:\n\n[![My Skills](https://skillicons.dev/icons?i=go,html,css,mysql,bash)](https://skillicons.dev)\n\n* **Go** - Backend\n* **Html \u0026 Css** - Frontend\n* **MySQL** - DBMS, data storage\n* **Bash** - Scripts (website launch)\n\n## Getting Started\n\nInstructions on how to run a project locally\n\n### Dependencies\n\n* **MySQL driver** - github.com/go-sql-driver/mysql\n* **gorilla/mux** - github.com/gorilla/mux\n\n### Installation and Launch\n\n```\ngit clone https://github.com/wnderbin/BookHub # clone the repository\n```\n\n```\ncd BookHub/scripts # go to the directory with scripts\n\nchmod +x run.bash\n./run.bash # running script\n```\n\n#### !!! Before running the project, make sure that your MySQL database is running with the following parameters:\n* **books** - user\n* **pass** - password\n* **web_books** - database\n* **localhost** - ip address (127.0.0.1)\n* **3306** - port\n\n## Project structure\n\n**BookHub**: Project directory \\\n\u0026nbsp; \u0026nbsp; ├─ **cmd/web_books** - Directory with executable module\\\n\u0026nbsp; \u0026nbsp; ├─ **internal** - Additional modules\\\n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; ├─ **handlers** - Directory with handlers\\\n\u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; \u0026nbsp; └─ **mysql** - Directory with commands for MySQL\\\n\u0026nbsp; \u0026nbsp; ├─ **scripts** - Directory with scripts for running the project\\\n\u0026nbsp; \u0026nbsp; └─  **ui** - user interface (html/css)\n\n## License\nBefore using the project, it is recommended to read the license\n\n## Author:\n* wnderbin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwnderbin%2Fbookhub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwnderbin%2Fbookhub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwnderbin%2Fbookhub/lists"}