{"id":24111312,"url":"https://github.com/dhzdhd/bidwave","last_synced_at":"2026-04-09T01:31:54.987Z","repository":{"id":198621981,"uuid":"679988054","full_name":"dhzdhd/bidwave","owner":"dhzdhd","description":"A realtime auction platform built on SvelteKit and Strapi","archived":false,"fork":false,"pushed_at":"2023-11-09T14:04:09.000Z","size":1619,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-15T18:36:03.161Z","etag":null,"topics":["auction","playwright","sass","socket-io","strapi","sveltekit","typescript"],"latest_commit_sha":null,"homepage":"https://bidwave.vercel.app/","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dhzdhd.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":"2023-08-18T04:49:43.000Z","updated_at":"2023-11-03T13:45:20.000Z","dependencies_parsed_at":"2023-10-13T08:59:18.296Z","dependency_job_id":"be500d4e-87ce-4a72-a498-38c6d7e0c93a","html_url":"https://github.com/dhzdhd/bidwave","commit_stats":null,"previous_names":["dhzdhd/bidwave"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dhzdhd/bidwave","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhzdhd%2Fbidwave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhzdhd%2Fbidwave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhzdhd%2Fbidwave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhzdhd%2Fbidwave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dhzdhd","download_url":"https://codeload.github.com/dhzdhd/bidwave/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dhzdhd%2Fbidwave/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31581864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["auction","playwright","sass","socket-io","strapi","sveltekit","typescript"],"created_at":"2025-01-11T02:33:30.361Z","updated_at":"2026-04-09T01:31:54.964Z","avatar_url":"https://github.com/dhzdhd.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bidwave\n\nA realtime auction platform built on SvelteKit and Strapi\n\n## Synopsis structure\n\n- Title\n- Introduction\n- Motivation\n- Objective\n- Methodology\n- Members\n- Roles\n- Modules\n- Software\n- Learning Curve\n- Process Model\n- Conclusion\n- References\n\n## Setup\n\n### GitHub\n\n- Fork the repository and clone it locally.\n- Create a new branch with the name being your feature/bugfix in short. For example -\n  - `feat/login-page`\n  - `fix/setup-error`\n- After implementing the feature/fix, push it to your fork and create a pull request.\n\n### Prerequisites\n\n- Install [Node.js LTS](https://nodejs.org/en)\n- Setup [WSL2](https://learn.microsoft.com/en-us/windows/wsl/install) on Windows (skip if done)\n- Install [Docker](https://www.docker.com/products/docker-desktop/)\n- Install [Yarn](https://yarnpkg.com/getting-started/install) (for backend dev only)\n- Install [Postgres](https://www.postgresql.org/download/) (for backend dev only)\n- Clone the repository - `git clone https://github.com/dhzdhd/bidwave.git`\n\n### Backend\n\n- After cloning the repository, `cd backend`\n- Create a file named `.env`\n- Populate `.env` file as per `.env-example` file (copy-paste)\n- Change the following variables in `.env` file\n  - DATABASE_HOST - 127.0.0.1\n  - DATABASE_USERNAME - your local postgres username\n  - DATABASE_PASSWORD - your local postgres password\n- Run `yarn install`\n- Run `yarn run develop`\n\n### Backend - for frontend dev\n\n- After cloning the repository, `cd backend`\n- Create a file named `.env`\n- Populate `.env` file as per `.env-example` file (copy-paste)\n- Make sure Docker engine is up and running (start Docker Desktop to be sure)\n- Run `docker compose up`\n\n### Frontend\n\n- `cd frontend`\n- `npm install`\n- Create a file named `.env`\n- Populate `.env` file as per `.env-example` file (copy-paste)\n- Change the following variables in `.env` file\n  - KEY_ID - RazorPay key ID\n  - PUBLIC_KEY_ID - Same as KEY_ID\n  - KEY_SECRET - RazorPay key secret\n  - PUBLIC_CMS_URL - the URL of the CMS (defaults to localhost if left blank)\n- `npm run dev`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhzdhd%2Fbidwave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhzdhd%2Fbidwave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhzdhd%2Fbidwave/lists"}