Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 353 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 353 Bytes

NodeJS Based REST API Server Usage

  1. Clone the project
  2. Navigate to the directory
  3. Open terminal/powershell
  4. Run the following command
    1. node server.js
  5. Open browser
  6. Go to http://localhost:9090 (Configured in server.js)
  7. Server API return "Hello PSR"

Perform server.js changes as per your requirements.