You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handles all aspects related to managing sellers on the platform, including seller registration, verification, profile management, and commission calculations.
PORT = 5000
SERVICE_NAME = 'template'# for registration with service Registry
SERVICE_HOST = 'localhost'# for registration with service Registry
ATLAS_URI = '..blah..'
Install dependencies
npm i
Running development server
npm run dev
Running production server
npm start
About
Handles all aspects related to managing sellers on the platform, including seller registration, verification, profile management, and commission calculations.