This is a mock web server. It uses nodejs. Main purpose is to use it as a web server running on localhost.
Download and install nodejs, Git for Windows:
git clone https://github.com/n-g-work/nodejs-mock-server.git
cd nodejs-mock-server
bash linux/install.sh
bash linux/start-app.sh
bash linux/test-requests.sh
In git-bash
git clone https://github.com/n-g-work/nodejs-mock-server.git
In powershell:
cd nodejs-mock-server
.\windows\install.bat
.\windows\start-app.bat
.\windows\test-requests.ps1