{"id":50771794,"url":"https://github.com/gaute945/thewinery","last_synced_at":"2026-06-11T19:31:45.727Z","repository":{"id":319511608,"uuid":"1078831930","full_name":"Gaute945/TheWinery","owner":"Gaute945","description":"crud database to website about wines","archived":false,"fork":false,"pushed_at":"2026-05-19T17:09:52.000Z","size":552,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-19T20:43:23.688Z","etag":null,"topics":["crud","database","go","golang","html","htmltemplate","htmltemplates","mariadb","template","templates"],"latest_commit_sha":null,"homepage":"http://localhost:8080/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Gaute945.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-18T14:17:23.000Z","updated_at":"2026-05-19T17:09:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"21f408d2-0c34-410a-829f-7bbdaa74278c","html_url":"https://github.com/Gaute945/TheWinery","commit_stats":null,"previous_names":["gaute945/thewinery"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Gaute945/TheWinery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaute945%2FTheWinery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaute945%2FTheWinery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaute945%2FTheWinery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaute945%2FTheWinery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gaute945","download_url":"https://codeload.github.com/Gaute945/TheWinery/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gaute945%2FTheWinery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34215253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["crud","database","go","golang","html","htmltemplate","htmltemplates","mariadb","template","templates"],"created_at":"2026-06-11T19:31:44.948Z","updated_at":"2026-06-11T19:31:45.696Z","avatar_url":"https://github.com/Gaute945.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TheWinery\n\n## TODO (in priority)\n\n1. edit changes nil fields to random memory or \"nil\"\n2. non orderd ids  \n3. Fining functions only prints for now  \n4. user accounts / auth\n5. real data\n6. sorting\n\n## setup (dev)\n\n### mariadb install\n\nafter mariadb install run: sudo mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql  \nsystemctl start mariadb  \n\n### db and user setup\n\nsudo mariadb  \nCREATE DATABASE TheWinery;  \nCREATE USER 'JohnDoe'@'localhost' IDENTIFIED BY 'some_pass';  \nGRANT ALL PRIVILEGES ON TheWinery.* TO 'JohnDoe'@'localhost';  \n\n### source the example db\n\nmariadb -u JohnDoe -p  \nUSE TheWinery;  \nSOURCE create-tables.sql;  \n\n### .env config\n\nnano .env  \nDBUSER=JohnDoe  \nDBPASS=some_pass  \n\n### running\n\ngo run .  \nlocalhost:8080  \n\n### info\n\nI would appreciate having a dialog if you want to make a pull request, Discord: gauteg  \n'/c' to exit from '-\u003e'  \n'exit' to exit normally  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaute945%2Fthewinery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaute945%2Fthewinery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaute945%2Fthewinery/lists"}