Before you started, make sure to create a mongodb server for the db.
cd project-folder
git clone https://github.com/Ankush263/assignment-unity.git
cd assignment-unity
npm i
cp .env.example .env
populate all the fields
npm start
POST /api/auth/register
POST /api/auth/login
GET /api/buyer/list-of-sellers
GET /api/buyer/seller-catalog/:seller_id
POST /api/buyer/create-order/:seller_id
POST /api/product
POST /api/seller/create-catalog
GET /api/seller/orders
https://assignment-unity.onrender.com