Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 597 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 597 Bytes

Ebidding

A E-bidding system

Home page Asset page

Development setup

Install

npm install

Run dev server

1. Run server:-

npm run dev -w server

2. Run client:-

npm run dev -w client

Features:-

User

  • User Login.
  • User Register.
  • Show All item in home page.
  • Users add credit to their account.
  • Users can make a bid in real-time (uses Socket.io).
  • Show the name and image of Top bidder.

Admin

  • Add items from admin panel.
  • Show all items and bids.