Mazadk is aplatform combines some of companies or merchants who sell their product on auction.
- Login
- Register (User-Merchant)
- Forget Password
- Reset Password
- Email Confirmation
- Upload Image
- Display Auctions
- Display Users
- Create/Edit/Delete Mazad
- Bidding
- Make Interested Auction List
- Display Platform Statistics
- Display User (winning - subscribed - Interested )
- Display User (winning - subscribed - Interested ) List
- Approve Or Reject Merchant Request
- Display Platform Statistics
- Socket Using
- Payment System
- Premium (Users - Merchants)
Create .env file in config folder and add the following vars
NODE_ENV=development
PORT=5000
MONGO_URI=''
FILE_UPLOAD_PATH= ./public/uploads
JWT_COOKIE_EXPIRE =30d
JWT_SECRET=''
JWT_EXPIRE=30d
SEND_GRID_USERNAME=
SEND_GRID_PASSWORD=
FROM_NAME='MazadK'
FROM_EMAIL=''
npm install
# Run Program
npm run server