Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 254 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 254 Bytes

face-recognition-api

This app serves the api for face-recognition app

To run the server run this command

npm start

server will run on port 4000 (see server.js file to be updated)

run this locally by adding :dev

npm run start:dev