{"id":18657699,"url":"https://github.com/niloysikdar/sell-it","last_synced_at":"2025-04-11T18:31:38.839Z","repository":{"id":43886102,"uuid":"390298841","full_name":"niloysikdar/Sell-It","owner":"niloysikdar","description":"A platform where users can sell and buy new as well as old/used products. Made using Golang, Gorilla Mux, SQLite and Vue.js","archived":false,"fork":false,"pushed_at":"2022-02-14T12:14:10.000Z","size":951,"stargazers_count":20,"open_issues_count":4,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T17:13:29.113Z","etag":null,"topics":["golang","gorilla-mux","hacktoberfest","hacktoberfest2021","sqlite","vuejs"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/niloysikdar.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}},"created_at":"2021-07-28T09:49:31.000Z","updated_at":"2024-01-04T16:59:48.000Z","dependencies_parsed_at":"2022-08-28T13:30:51.928Z","dependency_job_id":null,"html_url":"https://github.com/niloysikdar/Sell-It","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niloysikdar%2FSell-It","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niloysikdar%2FSell-It/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niloysikdar%2FSell-It/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niloysikdar%2FSell-It/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niloysikdar","download_url":"https://codeload.github.com/niloysikdar/Sell-It/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248458517,"owners_count":21107092,"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":["golang","gorilla-mux","hacktoberfest","hacktoberfest2021","sqlite","vuejs"],"created_at":"2024-11-07T07:29:36.269Z","updated_at":"2025-04-11T18:31:38.217Z","avatar_url":"https://github.com/niloysikdar.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cp align = \"center\"\u003e Sell It \u003c/p\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"https://socialify.git.ci/niloysikdar/Sell-It/image?font=Raleway\u0026language=1\u0026owner=1\u0026pattern=Plus\u0026stargazers=1\u0026theme=Dark\" width=\"700\"\u003e\r\n \u003c/p\u003e\r\n\u003cp align=\"center\"\u003e\r\n\u003cimg src=\"https://forthebadge.com/images/badges/made-with-vue.svg\"\u003e\r\n\u003cimg src=\"https://forthebadge.com/images/badges/made-with-go.svg\"\u003e\r\n\u003cimg src=\"https://forthebadge.com/images/badges/built-with-love.svg\"\u003e\r\n\u003c/p\u003e\r\n\r\n# \u003cp align=\"center\"\u003eHit the ⭐ button to show some ❤️ 😃\u003c/p\u003e\r\n\r\n## DESCRIPTION 💡\r\n\r\n### Sell It is a platform where users can sell and buy new as well as old/used products.\r\n\r\n### Server side code is written in [Go](https://golang.org), used [Gorilla Mux](https://pkg.go.dev/github.com/gorilla/mux)\r\n\r\n### SQLite is used for the DB.\r\n\r\n### [Vue.js](https://vuejs.org/) is used for client side rendering.\r\n\r\n## RUNNING 🏃\r\n\r\n### Running the server\r\n\r\n- To run the server, **Go** is needed to be installed. Install **Go** from [here](https://golang.org/dl/)\r\n\r\n- After Installing Go, navigate to the `server` directory\r\n\r\n```bash\r\ncd server\r\n```\r\n\r\n- Compile the go files using\r\n\r\n```bash\r\ngo build\r\n```\r\n\r\n- Now run the `server.exe` file to start the server\r\n\r\n### Running the Vue.js app\r\n\r\n- Create a `.env.local` file in the root of the client directory\r\n\r\n```text\r\nVUE_APP_BASEURL=http://localhost:5000/products\r\n```\r\n\r\n- Install the required dependencies\r\n\r\n```\r\nyarn install\r\n```\r\n\r\n- Start the application for development\r\n\r\n```\r\nyarn serve\r\n```\r\n\r\n## SCREENSHOTS 👀\r\n\r\n\u003cp align=\"center\"\u003e\r\n\u003cimg src=\"https://i.imgur.com/6YH6XOC.png\" width=\"400\"\u003e\r\n\u003cimg src=\"https://i.imgur.com/0t2vD9N.png\" width=\"400\"\u003e\r\n\u003cimg src=\"https://i.imgur.com/vgYe99v.png\" width=\"400\"\u003e\r\n\u003cimg src=\"https://i.imgur.com/Wd3kSZC.png\" width=\"400\"\u003e\r\n\u003c/p\u003e\r\n\r\n## LICENSE 📝\r\n\r\nThis project is currently licensed under under the **MIT License**. See [LICENSE](https://github.com/niloysikdar/Sell-It/blob/main/LICENSE) for more information.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniloysikdar%2Fsell-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniloysikdar%2Fsell-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniloysikdar%2Fsell-it/lists"}