A real-time live bidding application built with Node.js, Express, Socket.IO, Sequelize ORM (with MySQL), and Redis. This application allows multiple users to participate in live auctions, place bids, and see updates in real-time.
Before you begin, ensure you have met the following requirements:
- Node.js: Version 14.x or higher
- npm: Version 6.x or higher (comes with Node.js)
- MySQL: Version 5.7 or higher
- Redis: Version 5.x or higher
git clone [email protected]:ahmadzraiq/live-bidding-app.git
cd live-bidding-app
- npm install
- npm start