Vercel Live link:- .
vercel open https://assignment-2-b16yave14-samimhossainsujon.vercel.app/
Clone the Project.
git clone https://github.com/samimhossainsujon/Assignment-2-Level-2
Go to project directory
cd the project
Install require dependance
npm install
Run server
npm run start:dev
Create a user
http://localhost:5000/api/users
Get all user
http://localhost:5000/api/users
Get Single user
http://localhost:5000/api/users/:userId
Update Single user
http://localhost:5000/api/users/:userId
Delete Single user
http://localhost:5000/api/users/:userId
Create order poperty of a Single user collection
http://localhost:5000/api/users/:userId/orders
Get orders of a Single user
http://localhost:5000/api/users/:userId/orders
Calculate Total Price of Orders for a Specific User
http://localhost:5000/api/users/:userId/orders/total-price