A react and Nodejs project build using the concpets of Mysql Database , for Student attendance managament system , which has face recognition feature for capturing attendance
Frontend: Command to install dependences : npm i
command to run : npm run start
defeult port : localhost:3000
Backend : Command to install dependences : npm i
command to start the server : npm start
port:8080
Configure the SQL connection using your database name and password
Hosted site : https://attendance-frontend-psi.vercel.app/
Note : When running the project locally update the get and post requests in the frontend accordingly set it to localhost:8800