This is a non-official mock to the Find Face API.
The implementation is based on this documentation.
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
nvm use
npm install
nvm use
npm run dev
nvm use
npm run test