Skip to content

m-nouman-suleman/demo-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Node App

Implemented a simple node app using expressjs

This simple app has the following features:

  • Make a GET request to the server endpoint and render an html file
  • Take the value from the input text field and make a POST request to the server and render the response in a div using AJAX request

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

#Installing

Install node nvm install v14.16.0

Clone the repository

git clone https://github.com/usmanasif/demo-node-app.git

cd demo-node-app

npm install

Start Api

run following command

npm start

Now the backend api is running at.

http://localhost:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published