cdCarlos / udacity-c2-image-filter

Image processing microservice for Udagram project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Udagram Image Filtering Microservice

This microservice exposes and endpoint which uses a query parameter to download an image from a public URL, filter the image, and return the filtered image to the client.

Usage

Installation

Once you have downloaded the repository, open a terminal inside the repository and install the dependencies as follows:

$ npm install

Development Server

To spin up a development server and start testing the app use:

$ npm run dev

REST API

Postman

If you load into Postman cloud-cdnd-c2-final.postman_collection.json you should be able to test exposed endpoint locally and once it has been deployed to a remote server.

About

Image processing microservice for Udagram project


Languages

Language:TypeScript 100.0%