Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 685 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 685 Bytes

Automated-Attendance

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

Project Setup

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