Task 1: Install Express Server (mimimalist web framework)
    npm install -g express-generator
Task 2: Create Project
    express project-api --no-view
    cd project-api
npm install
SET DEBUG=project-api:* & npm start
Task 3: Test the URL