Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webwizit Attendance

A full-stack attendance system with a React frontend and Node.js backend.

1. Setup project

mkdir webwizit-attendance
cd webwizit-attendance

2. Setup backend

mkdir server && cd server
# Copy all server files from your previous response
npm install
# Create .env with your MongoDB Atlas URI
npm run test-connection
npm run init-admin
npm run dev

3. Setup frontend (new terminal)

cd ../client
# Copy all client files from your previous response
npm install
npm run download-models
npm start

About

Full-stack attendance management system with face detection and recognition, built with React, Node.js, and MongoDB.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages