Node JS WebAPI server project template
This repository contains Node.js Web API server code with bare minimum API’s requried for hosting an API server
npm install
command to install the npm dependenciesnpm start
to run the servernpm build
the build will be generated in a folder called dist
under the source code