BidRush is an Online Market Place where Users can register themselves , list items for sale, buy items from other users, and engage in real-time auctions for unique items , Transact Through Payment Gateway and make Purchase of items .
BidRushVideo.mp4
1. List of Products by Users
2. Interactive Frontend with Cart Functionality
3. Admin Powers to User
4. Stripe Payment Integration
5. CRUD Operations can be performed by user
6. Cloudinary used for image support
7. WebSockets used for Bidding (might not work on vercel but locally)
Use the package manager [npm](https://www.npmjs.com/ to install BidRush.
cd Server
npm install
cd Client
npm install
To run this project, you will need to add the following environment variables to your .env file
Mongo_ConnectionString
ACCESS
REFRESH
Cloudinary_Name
Cloudinary_APIKEY
Cloudinary_SECRET
Stripe_SECRET
Clone the project
git clone https://github.com/HarshSharma0801/BidRush.git
Go to the Server
cd Server
Install dependencies
npm install
Start the server
node server.js
Go to the Client
cd Client
Install dependencies
npm install
Start the server
npm run dev
would like to change.
Please make sure to update tests as appropriate.