Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pranavrajs/sails-attendance
Sails Attendance
https://github.com/pranavrajs/sails-attendance
Last synced: about 1 month ago
JSON representation
Sails Attendance
- Host: GitHub
- URL: https://github.com/pranavrajs/sails-attendance
- Owner: pranavrajs
- License: mit
- Created: 2014-12-02T17:47:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-31T13:17:01.000Z (over 9 years ago)
- Last Synced: 2024-05-02T05:15:20.190Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 516 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# attendance
Sails Application
#How to use
Clone the repo
Install dependancies
Lift the app
Add details using APIs```
git clone https://github.com/pranavrajs/sails-attendance.git
cd sensomate-attendance
sudo npm install
```Lift the app
Add sample data
```
localhost:1337/employee/create?name=Pranav&[email protected]&desig=Consultant&empid=1234&uid=EM-1234&phone=9446284490
```Add attendance data through API
```
localhost:1337/attendance/pushtodb
```
using POST parameters- uid : NFC scan ID
- capturedAt: timestamp (NFC Scan Time)
- deviceid: Device from which data is scannedAttendance wraps up model association with Employee through `emp_entry` attribute which is generated automatically by the system by searching it with UID
New Update:
Adding Redis as Pub Sub