{"id":15175260,"url":"https://github.com/amanmalviya22/wasserstoff-fullstackinterntask","last_synced_at":"2026-02-21T17:03:48.391Z","repository":{"id":254983171,"uuid":"848122022","full_name":"AmanMalviya22/wasserstoff-FullstackInternTask","owner":"AmanMalviya22","description":"Auction Management and Bidding System This project is a Node.js-based microservices application for managing auctions and user bidding. It consists of two main services: User Management and Auction Management.","archived":false,"fork":false,"pushed_at":"2024-08-27T11:17:50.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T18:15:12.907Z","etag":null,"topics":["bcrypt","dotenv","express","jsonwebtokens","mongodb","mongoose","nodejs"],"latest_commit_sha":null,"homepage":"https://documenter.getpostman.com/view/28291997/2sAXjGcuFK","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmanMalviya22.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-27T07:06:33.000Z","updated_at":"2024-08-27T11:17:53.000Z","dependencies_parsed_at":"2024-08-27T10:27:16.047Z","dependency_job_id":null,"html_url":"https://github.com/AmanMalviya22/wasserstoff-FullstackInternTask","commit_stats":null,"previous_names":["amanmalviya22/wasserstoff-fullstackinterntask"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanMalviya22%2Fwasserstoff-FullstackInternTask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanMalviya22%2Fwasserstoff-FullstackInternTask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanMalviya22%2Fwasserstoff-FullstackInternTask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanMalviya22%2Fwasserstoff-FullstackInternTask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmanMalviya22","download_url":"https://codeload.github.com/AmanMalviya22/wasserstoff-FullstackInternTask/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238310334,"owners_count":19450841,"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":["bcrypt","dotenv","express","jsonwebtokens","mongodb","mongoose","nodejs"],"created_at":"2024-09-27T12:21:00.513Z","updated_at":"2025-10-21T07:05:47.437Z","avatar_url":"https://github.com/AmanMalviya22.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### TASK 4 : Microservices for User Management and Auction Bidding System\nThis project is a Node.js-based microservices application for managing auctions and user bidding. It consists of two main services: User Management and Auction Management.\n\n## Table of Contents\n### Features\n### Project Structure\n### Installation\n### Environment Variables\n### Usage\n### API Documentation\nContributing\nLicense\n\n### Features\nUser Management: Handles user registration, login, and authentication.\nAuction Management: Allows administrators to create, update, and manage auctions.\nBidding: Authenticated users can place bids on active auctions.\nAdmin Panel: Admin users can view all auctions and user data.\nToken-based Authentication: Ensures secure access to resources.\n\n### Project Structure\n\n```bash\n├── controllers\n│   ├── authController.js\n│   ├── userController.js\n│   ├── auctionController.js\n│   └── bidController.js\n├── middlewares\n│   ├── auth.js\n│   ├── apiSecret.js\n├── models\n│   ├── User.js\n│   ├── Auction.js\n│   └── Bid.js\n├── routes\n│   ├── authRoutes.js\n│   ├── userRoutes.js\n│   ├── auctionRoutes.js\n│   └── bidRoutes.js\n├── config\n│   └── db.js\n├── .env\n├── server.js\n├── package.json\n└── README.md\n```\n\n\n### Installation\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/auction-management-system.git\n   cd auction-management-system\n   ```\n\n2.Install dependencies:\n```bash\n npm install\n ```\n\n3.Set up environment variables:\nCreate a .env file in the root directory with the following content:\n```bash\nPORT=5000\nMONGODB_URI=mongodb://localhost:27017/auctiondb\nJWT_SECRET=your_jwt_secret\nADMIN_API_SECRET=your_admin_api_secret\n```\n\n4.start the server\n```bash\n  npm start or node app.js\n```\n\n\n\n### API Documentation\nyou can see my postman documentation for it. Here is the uri of it.\n\nhttps://documenter.getpostman.com/view/28291997/2sAXjGcuFK\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanmalviya22%2Fwasserstoff-fullstackinterntask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famanmalviya22%2Fwasserstoff-fullstackinterntask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanmalviya22%2Fwasserstoff-fullstackinterntask/lists"}