{"id":25655473,"url":"https://github.com/devnadeemashraf/auctions","last_synced_at":"2025-07-27T19:05:46.556Z","repository":{"id":269870405,"uuid":"908340636","full_name":"devnadeemashraf/Auctions","owner":"devnadeemashraf","description":"Auctions is a free open source platform that allows you to post auction listings, thereby you offloading all of those repetitive tasks to us. ","archived":false,"fork":false,"pushed_at":"2025-01-01T08:33:38.000Z","size":128,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T21:33:46.854Z","etag":null,"topics":["auction-website","marketplace"],"latest_commit_sha":null,"homepage":"https://auctions.nadeemashraf.dev","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/devnadeemashraf.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-25T19:44:59.000Z","updated_at":"2025-02-18T22:39:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"0c0f4109-67ae-44ea-bedc-919041e940b7","html_url":"https://github.com/devnadeemashraf/Auctions","commit_stats":null,"previous_names":["devnadeemashraf/auctions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devnadeemashraf/Auctions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnadeemashraf%2FAuctions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnadeemashraf%2FAuctions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnadeemashraf%2FAuctions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnadeemashraf%2FAuctions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devnadeemashraf","download_url":"https://codeload.github.com/devnadeemashraf/Auctions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devnadeemashraf%2FAuctions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267408458,"owners_count":24082515,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"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":["auction-website","marketplace"],"created_at":"2025-02-23T21:29:35.137Z","updated_at":"2025-07-27T19:05:46.549Z","avatar_url":"https://github.com/devnadeemashraf.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auctions - A Free Open Source Online Marketplace\n\nAuctions is a free and open-source online marketplace that allows you to list your items for auction, manage bids, and track real-time updates with minimal effort. The platform simplifies the auction process by automating manual tasks and providing real-time bid tracking and notifications.\n\n## Features\n\n- **Listings across Multiple Categories**  \n  Organize your items into categories for better discoverability.\n\n- **Real-Time Bidding with Updates**  \n  Track bids in real-time and get updates on bidding activity.\n\n- **Client-Side Notifications**  \n  Stay informed with in-app notifications for auction updates.\n\n- **Discord Integration COMING SOON!**  \n  Get notified through Discord with integration for real-time messages.\n\n## Tech Stack\n\n- **Frontend**: React, TypeScript, Vite\n- **Backend**: Express, TypeScript, MongoDB\n- **Notifications**: In-App \u0026 Discord Integration (via Webhooks)\n\n## Installation\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (v16 or higher)\n- [Vite](https://vitejs.dev/) (for local development)\n\n### Steps to Set Up Locally\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/yourusername/auctions.git\n   cd auctions\n   ```\n\n2. **Install dependencies:**\n\n   Install required dependencies using `npm` or `yarn`:\n\n   ```bash\n   npm install\n   ```\n\n   Or if you're using Yarn:\n\n   ```bash\n   yarn install\n   ```\n\n3. **Configure environment variables:**\n\n   Create a `.env` file in the root of your project and replace the contents with what's in `.env.example`\n\n4. **Run the development server:**\n\n   Start the Vite development server:\n\n   ```bash\n   npm run dev\n   ```\n\n   Or if using Yarn:\n\n   ```bash\n   yarn dev\n   ```\n\n   Open your browser and go to `http://localhost:5173` to see the application in action.\n\n## Usage\n\nOnce the application is up and running, you can:\n\n- **Create an account** to manage your auctions.\n- **List items** for auction in different categories.\n- **Place bids** and track real-time updates on the auction.\n- **Receive notifications** via Discord or directly in the app when you are outbid.\n\n## Deployment\n\nYou can deploy this app on any platform that supports static web hosting, such as:\n\n- [Vercel](https://vercel.com/)\n\n## Contributing\n\nWe welcome contributions to Auctions! To contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bug fix.\n3. Commit your changes.\n4. Open a pull request.\n\nMake sure to follow the project's coding conventions and include tests where applicable.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- [React](https://reactjs.org/) and [Vite](https://vitejs.dev/) for the frontend framework and build tool.\n- [Discord](https://discord.com/) for integrating notifications. COMING SOON!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnadeemashraf%2Fauctions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevnadeemashraf%2Fauctions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevnadeemashraf%2Fauctions/lists"}