Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 218 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 218 Bytes

face-detection-app-backend

  1. Clone this repo

  2. Run npm install

  3. Run npm start

  4. Add your own database credentials to server.js line 12

    ** Make sure you use postgreSQL instead of mySQL for this code base.