shubhajitml / smart_attend

biometric based smart attendance system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smart_attendance

Biometric Based Attendance System

  1. put the smart_attendance folder in var/www/html/(for linux) or   C:\wamp\www\ or  C:\xampp\htdocs\ (for Windows)
  2. change the username(phpmyadmin) and password(1235) in connection.php with your credentials
  3. create a database named biometric and import the biometric.sql file

you are all set to go!!

Note: sensor_data.php is being used for receiving remote data
user name: mukeshbathre@gcekjr.ac.in
password: 09876

Basic GIT commands:

0. Pull from remotegit pull

1. Check status:  git status

2. Add all unstaged Files:   git add .

or 2. Add specific unstaged Filesgit add sensor_data.php

3. Commit the Staged files (a message is mandatory) :   git commit "your message here (e.g. sensor_data script added)"

4. Push the Staged Files (this will ask for authentication)git push

Using GIT for the first time: (optional)

0. Create a remote, empty repository on Github:   Login into github, Create an empty repo and copy the url (clone/download) 
1. Initialize the local repo:  Goto your project directory and type   git init

2. Connect to remotegit remote add origin https://github.com/shubhajitml/smart_attendance.git

3. Push your branch to Github:   git push origin master

About

biometric based smart attendance system

License:MIT License


Languages

Language:PHP 70.4%Language:CSS 13.9%Language:HTML 13.3%Language:JavaScript 1.4%Language:Hack 1.0%