libchaos / Online-Bid-Items-NodeJS

Online bid items NodeJS, MongoDB, Websockets application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online bid items Nodejs real time application

This app is developed with Node.js and MongoDB, WS(Websocket) library. Online bidding items, with timer limits.

demo

features:

Add item to the bids queue with a date to bid be started
Only logged in users can bid the items
Bonus time after first timer
Bid place when a new bid added and the bid timer will renwed
A new bid must be more than the previous bids
Show previous bids for users
Item replace when a new item added in to DB and the time of the new item is less than the idle item
Item replace only happens when the bid time not started
Item can be sold or not
Next item and repeat to check a new item in queue or DB
User profile
Last/Highest bid are chosen and be saved in DB with the bidder information
Users can see their items and the status of the items, like (In queue, Sold, Not sold)
If an item sold, user can see the bidder(last bid) user information and contact him/her

Full video

Youtube

About

Online bid items NodeJS, MongoDB, Websockets application


Languages

Language:JavaScript 74.2%Language:CSS 23.4%Language:HTML 2.4%