Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To run the sample API server:

  1. Navigate to the sample API server location. Open the server subfolder

  2. Run “npm install” to install server

  3. Run “npm install -g swagger” to install swagger tool globally

  4. 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 inside the files subfolder with with server or any other accessible file:

...