This is the backend that is used for the Face Recognition App Repository in my github.
There will be two tables you will need to create:
Users
- id (int identity/sequential)
- name (varchar)
- email (varchar)
- entries (int)
- joined (date)
Login
- id (int identity/sequential)
- hash (varchar)
- email (varchar)