Udacity Image resize API project

Getting Started

Installation

  1. Clone the repo
    git clone https://github.com/AliKhalaf1/NanoDegree-Project1.git
  2. Install NPM packages
    npm install

Usage

  1. Running server`
    npm run start;
  2. application url example`
    http://localhost:3000/resize?width=200&height=300&filename=fjord;
  3. Building
    npm run build;
  4. testing`
    npm run test;