{"id":15095886,"url":"https://github.com/ris-codes/go-shoppy","last_synced_at":"2026-01-06T17:12:41.439Z","repository":{"id":248338046,"uuid":"827480555","full_name":"Ris-Codes/go-Shoppy","owner":"Ris-Codes","description":"Go Shoppy is an eCommerce web application made with Golang using Gin Framework and Postgres as database.","archived":false,"fork":false,"pushed_at":"2024-07-15T10:56:16.000Z","size":10199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T17:44:18.211Z","etag":null,"topics":["backend","brevo","docker","docker-compose","ecommerce","gin","go","jwt","postgres","razorpay","sql"],"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/Ris-Codes.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":"2024-07-11T18:19:31.000Z","updated_at":"2024-10-24T08:24:51.000Z","dependencies_parsed_at":"2024-07-14T06:40:46.909Z","dependency_job_id":"c38da3a7-76fa-43d0-8164-0c386c6164da","html_url":"https://github.com/Ris-Codes/go-Shoppy","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"5a81b4293482de394129cb81f2af9b746d6f61bc"},"previous_names":["ris-codes/go-shoppy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ris-Codes%2Fgo-Shoppy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ris-Codes%2Fgo-Shoppy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ris-Codes%2Fgo-Shoppy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ris-Codes%2Fgo-Shoppy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ris-Codes","download_url":"https://codeload.github.com/Ris-Codes/go-Shoppy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245852655,"owners_count":20683067,"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","brevo","docker","docker-compose","ecommerce","gin","go","jwt","postgres","razorpay","sql"],"created_at":"2024-09-25T15:43:07.929Z","updated_at":"2026-01-06T17:12:41.405Z","avatar_url":"https://github.com/Ris-Codes.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Shoppy - eCommerce Application\nThis is an eCommerce Web Application Created using Golang as Backend using Gin Framework and PostgreSQL as Database to manage the data.\n## Framework Used\nGin-Gonic: This project is built using Gin framework. Its is a popular http web framework. \n#### \u003ckbd\u003e go get -u github.com/gin-gonic/gin \u003c/kbd\u003e\n\n## Database used:\nPostgreSQL: PostgreSQL is a powerful, open source object-relational database. The data managment in this project is done using PostgreSQL. Raw sql queries are passed with the functions without the help of any ORMs. \n\n```go\nimport (\n\t\"database/sql\"\n\t_ \"github.com/lib/pq\"\n)\n```\n\n## Templates\nHTML Templates are used to render the data and pass the data from and to the database. Simple eCommerce frontent is provided in the `templates` directory\n\n## External Packages Used\n#### Razorpay\nFor Payment I have used the test case of Razorpay.\n#### \u003ckbd\u003egithub.com/razorpay/razorpay-go \u003c/kbd\u003e\n\n#### Gomail\nGomail is a simple and efficient package to send emails. It is well tested and documented.\n#### \u003ckbd\u003e gopkg.in/mail.v2 \u003c/kbd\u003e\n\n#### JWT \nJSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.\n#### \u003ckbd\u003e github.com/golang-jwt/jwt/v4  \u003c/kbd\u003e\n\n#### Commands to run project:\n#### \u003ckbd\u003e go run main.go \u003c/kbd\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fris-codes%2Fgo-shoppy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fris-codes%2Fgo-shoppy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fris-codes%2Fgo-shoppy/lists"}