1.) Fork this repo
2.) Decide your GET and POST API's and have your html pages ready and place them in the repo folder.
3.) Rename the API routes as desired in the server.js file.
4.) Simply rename the name of pages in the GET and POST calls in server.js to your desired pages.
5.) Install nodeJS from the website nodejs.org/download Once you have nodeJS installed, install the dependencies by running from the repo folder:
npm install
6.) Run the server:
node server.js
7.) Head to localhost:5000 and check your API calls.
Please feel free to contact me(aravindbharathykk@gmail.com), if you face any issues or if you need any help.