Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 552 Bytes

File metadata and controls

21 lines (15 loc) · 552 Bytes

How to use ?

if you want to perform the frontend of login & register with face-detection-api face-detection-api

you need to clone this project!

git init
git clone https://github.com/Alireza17224/Simple-Frontend-Face-Detection-Api

then you also must connect the frontend to backend side.

There is is code like :

line 71 js/controller.js
const url = 'API_URL';

you need to change the API_URL with the url in API . You also might need to change the fetch structure!

enjoy !