https://github.com/thecomputerm/bitsbids
A web-based bidding platform that can run on desktop and mobiles, for selling used products from students to students.
https://github.com/thecomputerm/bitsbids
Last synced: 4 months ago
JSON representation
A web-based bidding platform that can run on desktop and mobiles, for selling used products from students to students.
- Host: GitHub
- URL: https://github.com/thecomputerm/bitsbids
- Owner: TheComputerM
- Created: 2023-09-11T07:33:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T14:32:09.000Z (over 2 years ago)
- Last Synced: 2025-01-23T11:20:45.792Z (over 1 year ago)
- Language: HTML
- Size: 843 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# BITSbids
The problem statement is as follows:
A webapp that can run on desktop and mobiles, to make a bidding platform for selling used products (electronic gadgets, books, sports item etc.) from students to students. The salient features includes:
- Product search (better if contextual)
- Bidding on a product till a deadline
- Private messaging with seller.
Every account is through BITS email SSO and outsiders are not allowed.
For bidding use a virtual currency. (BITScoin maybe!)
Product listing should contain pictures (if possible short video clips also), description, and asking price.
The seller and buyer should be in double blind (no one should see the personal details or even name of the other one) till the bid is frozen.
And yes, everyone is both a buyer and a seller.
## Contributing
To run this project locally or contributing to this project, please read the [contributing guide](./CONTRIBUTING.md).