This repository is the Node.js backend to the project. You can find the machine learning Python backend in this repository.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need node, npm, and mongo installed globally on your machine.
sudo apt-get install node.js npm mongodb
A step by step series of examples that tell you how to get a development env running
Clone this repository to your machine. You will need node, npm, and mongo installed globally on your machine.
git clone https://github.com/mmoderwell/auth.git
Navigate to auth folder then run
npm install
Create a .env file and add the following line
ENVIRONMENT=DEVELOPMENT
To start the server
node auth.js
After completing all the steps above, you can see the app in action in your browser
localhost:8008/
- auth_backend - The facial recognition backend
- Matt Moderwell - Initial work - mmoderwell.com
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- David Sandberg - FaceNet - Facial recognition - github.com/davidsandberg/