Skip to content

digital-divas/FindFace-Multi-mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

342b1da · Jul 8, 2024

History

43 Commits
Apr 24, 2024
Jul 5, 2024
Sep 18, 2023
Jul 8, 2024
Jul 8, 2024
Sep 16, 2023
Sep 16, 2023
Oct 24, 2023
Sep 16, 2023
Sep 16, 2023
Sep 16, 2023
Jan 11, 2024
Oct 7, 2023
Sep 16, 2023
Jun 11, 2024
Oct 24, 2023
Sep 16, 2023

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