...
Navigate to the sample API server location. On Linux: /opt/graebert-gmbh/Kudo-Server/API_server
Run “npm install” to install server
Run “npm run install -g swagger” to install swagger tool globally
Run “swagger project start” to run server
The sample API server is now accessible and runs on port 3000. The sample API server provides access to local files on the host of the sample API server. To test the server, access the sample files shipped with with server or any other accessible file:
...