{"id":24701572,"url":"https://github.com/qw-0p/software-store","last_synced_at":"2026-04-14T05:31:08.596Z","repository":{"id":267991522,"uuid":"902985406","full_name":"qw-0p/software-store","owner":"qw-0p","description":"This is a monorepo that contains the entire e-commerce store project, including both server and client components","archived":false,"fork":false,"pushed_at":"2025-02-20T19:09:49.000Z","size":391,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T04:12:40.487Z","etag":null,"topics":["2025","docker","docker-compose","eslint","express","jest","joi-validation","jsonwebtoken","nodejs","sequelize","sql","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/qw-0p.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-12-13T17:20:14.000Z","updated_at":"2025-03-03T18:37:01.000Z","dependencies_parsed_at":"2025-02-09T22:34:31.532Z","dependency_job_id":null,"html_url":"https://github.com/qw-0p/software-store","commit_stats":null,"previous_names":["qw-0p/grocery-store","qw-0p/abstract-store","qw-0p/software-store"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qw-0p/software-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qw-0p%2Fsoftware-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qw-0p%2Fsoftware-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qw-0p%2Fsoftware-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qw-0p%2Fsoftware-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qw-0p","download_url":"https://codeload.github.com/qw-0p/software-store/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qw-0p%2Fsoftware-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31784251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: 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":["2025","docker","docker-compose","eslint","express","jest","joi-validation","jsonwebtoken","nodejs","sequelize","sql","typescript"],"created_at":"2025-01-27T05:24:48.858Z","updated_at":"2026-04-14T05:31:08.573Z","avatar_url":"https://github.com/qw-0p.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \n  # Software Store\n  \n\u003c/div\u003e\n\n\n## About project\nHi everyone, glad to see you in my repository, my name is Oleksandr Sarkisov I am Full Stack Developer and now I will tell you what this project is for and how to use it. \nSoftware Store is an analogue of any e-commerce shop where you can register, choose products, add them to your basket and make purchases. \nIt was created as a pet project, so you won't be able to buy anything 😄.\n\u003cb\u003eAt the moment this project is in development status. I can't guarantee its stability.\u003c/b\u003e\n\n\n## How to run\n- Clone repository:\n```\ngit clone https://github.com/qw-0p/software-store.git\n```\n- Move to the clone folder and run the project using the Makefile\n```\ncd software-store\nmake up\n```\nIf you don't have Docker installed, it's best to install it, but you can always run without it. \u003cbr\u003e\nFirst you need to install all dependencies:\n```\npnpm install\n```\nMove to folder server or client and run project\n```\ncd packages/server\npnpm dev\n```\nAfter that, the project will be launched. Local ports (if they are not used): \n- Backend  http://localhost:7654\n- Frontend http://localhost:3000\n- Adminer  http://localhost:8080\n\n## Technologies\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white\" alt=\"TypeScript\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge\u0026logo=express\u0026logoColor=%2361DAFB\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Sequelize-52B0E7?style=for-the-badge\u0026logo=Sequelize\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge\u0026logo=node.js\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/NODEMON-%23323330.svg?style=for-the-badge\u0026logo=nodemon\u0026logoColor=%BBDEAD\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/ESLint-4B3263?style=for-the-badge\u0026logo=eslint\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/prettier-%23F7B93E.svg?style=for-the-badge\u0026logo=prettier\u0026logoColor=black\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge\u0026logo=jest\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge\u0026logo=vite\u0026logoColor=white\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/pnpm-%234a4a4a.svg?style=for-the-badge\u0026logo=pnpm\u0026logoColor=f69220\" /\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqw-0p%2Fsoftware-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqw-0p%2Fsoftware-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqw-0p%2Fsoftware-store/lists"}