Downloading/Cloning the template
First we need the template of our REST API. The template is available in this link.
There are two methods to get the template.,
Method 1 - Download as .zip file from github
- Open the above given link.
- Click on Code -> Download ZIP
.png)
Method 2 - Use git clone
- Open the git bash
- Enter the following code
git clone https://github.com/PraveenM24/REST-Template
Open the downloaded/cloned code in your text editor.
20
