/Web-Assignments-I

RESTful API using Node.js and Client Application

Primary LanguageCSS

RESTful API using Node.js and Client Application

Contents

  • 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

How to Run

Run Web Server

  • cd Web-Assignments-I/Server
  • npm install
  • npm start

Run Web Client

  • Now open index.html from Web-Assignments-I/Client/ in a browser

Demo

Screen shot of Client Application