sprintup / node-express-image-processing-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run the project you must first install graphicsmagick. On Mac use the homebrew package manager.

brew install graphicsmagick

On Windows use the choclatey package manager.

choco install graphicsmagick

Install the dependencies

npm install

Run the unit tests

npm run test

Run an individual test

npm run test:module-3

About


Languages

Language:JavaScript 98.7%Language:Dockerfile 0.7%Language:HTML 0.6%