Prepare your Windows device
To start using Quoteable Service on your Windows device, follow these steps to set up the necessary tools and environment:
- Step 1: Install Node.js
- Step 2: Install Postman
- Step 3: Install GitHub Desktop
Step 1: Install Node.js
To install the latest version of Node.js, follow these steps:
- Visit the official Node.js website: https://nodejs.org
- Download the LTS (Long-term Support) version of Node.js for Windows.
- Run the installer.
- Follow the installation wizard to complete the setup.
Step 2: Install Postman
Postman is an API testing tool that lets you send HTTP requests and view the responses. To install Postman, follow these steps:
- Visit the official Postman website: https://www.postman.com/downloads/.
- Select Download for Windows. The installation file is automatically downloaded to your default Download folder.
- Run the installer and follow the installation wizard to complete the setup.
Step 3: Install GitHub Desktop
GitHub Desktop helps you work with the repository on your computer. To download and install GitHub Desktop, follow these steps:
- Visit the official GitHub Desktop website: https://desktop.github.com/
- Select Download for Windows. The installation file is automatically downloaded to your default Download folder.
- Run the installer and follow the installation wizard to complete the setup.
Next steps
Now that you have all necessary tools on your computer, go to the quick start guide. The quick start guide shows how to clone the repository, install project dependencies, start JSON Server, and make your first call to Quoteable Service.