https://github.com/sirsayed98/mazadk-back
Mazadk is a platform combines some of companies or merchants who sell their product on auction.
https://github.com/sirsayed98/mazadk-back
express jwt-authentication node
Last synced: 3 months ago
JSON representation
Mazadk is a platform combines some of companies or merchants who sell their product on auction.
- Host: GitHub
- URL: https://github.com/sirsayed98/mazadk-back
- Owner: sirSayed98
- Created: 2021-04-23T11:37:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T21:37:29.000Z (about 5 years ago)
- Last Synced: 2025-05-29T22:45:06.022Z (about 1 year ago)
- Topics: express, jwt-authentication, node
- Language: JavaScript
- Homepage:
- Size: 1.65 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mazadk
> Mazadk is aplatform combines some of companies or merchants who sell their product on auction.
## Features
- [x] Login
- [x] Register (User-Merchant)
- [x] Forget Password
- [x] Reset Password
- [x] Email Confirmation
- [x] Upload Image
- [x] Display Auctions
- [x] Display Users
- [x] Create/Edit/Delete Mazad
- [x] Bidding
- [x] Make Interested Auction List
- [x] Display Platform Statistics
- [x] Display User (winning - subscribed - Interested )
- [x] Display User (winning - subscribed - Interested ) List
- [x] Approve Or Reject Merchant Request
- [x] Display Platform Statistics
## Upcoming Features
- [ ] Socket Using
- [ ] Payment System
- [ ] Premium (Users - Merchants)
## Env Variables
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=''
```
## Install Dependencies
```
npm install
```
## APIs doc
[Click here](https://documenter.getpostman.com/view/8810063/TzJx8w1w)
## Run
```
# Run Program
npm run server
```
## Life API
https://mmazadk.herokuapp.com