Skip to content

cdCarlos/udacity-c2-image-filter

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published