From your command line, first clone this repository:
# Clone this repository
$ git clone https://github.com/taufikalgi/face-recognition-api.git
# Go into this repository
$ cd face-recognition-api
# Remove current origin repository
$ git remote remove origin
Then install the dependencies:
# Install dependencies
$ npm install
# Start development server
$ npm run start-dev