- A RESTful API which has to endpoints to convert strings to capital letters and small letters
- A client web application which works with the above API
git clone https://github.com/shaheemMPM/WebTechnology-Assignment1.gitcd WebTechnology-Assignment1/server/RESTful API
npm install
npm start- Open script.js from WebTechnology-Assignment1/client/public/js
- Edit url of post script from heroku API to localhost:3000 [line 77 and 95]
- Now open index.html from WebTechnology-Assignment1/client/public in a browser
.png)