Node.js application that interacts with the Shopify REST API to perform the following operations:
- POST API to Place an Order and Create a Customer: ○ Create a new customer. ○ Place an order for the newly created customer.
- GET API to Fetch All Customers and Their Orders: ○ Fetch all customer information. ○ Fetch all orders for each customer.
Node version : 18.20.0 Steps:
- Git clone the repository
- Do npm install to install all the dependencies
- Run node server.js to run the server (or) Launch the project from launch.json with node.js configuration