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
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
cd demo-node-app
npm install
run following command
npm start
Now the backend api is running at.