Skip to content

safuvanmp/WebTechnology-Assignment_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTful API using Node.js and Client Application

Build Status

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

Get the Project

git clone https://github.com/shaheemMPM/WebTechnology-Assignment1.git

Run Web Server

cd WebTechnology-Assignment1/server/RESTful API
npm install
npm start

Run Web Client

  • 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

Demo

Client Application

![Screen shot of client application](./images/Screenshot (30).png)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors