Skip to content

digital-divas/FindFace-Multi-mock

Repository files navigation

FindFace Multi mock

This is a non-official mock to the Find Face API.

The implementation is based on this documentation.

How to run?

docker run --rm -d --name ntechlab -p 5000:5000 ezequielmr94/findface-multi-mock

# or if you want to change the port on the host for 8956 for example
docker run --rm -d --name ntechlab -p 8956:5000 ezequielmr94/findface-multi-mock

Install

How to Install?

nvm use
npm install

How to run dev?

nvm use
npm run dev

How to run tests?

nvm use
npm run test

Releases

No releases published

Packages

No packages published

Languages