Skip to content

wesleyorama/Track-Your-Kumar

 
 

Repository files navigation

HackIIITD

*I hope that some govt. agency finds it someday and makes a software out of it.

Github Repository for 'Track Your Kumar'

<----------------------------------------------------------------------------------------------------------------------------------->

The Problem

Millions of man-hours are wasted every year by people waiting for an authority to sign off on their paperwork. You go to the concerned signatory's office with the most urgent paperwork only to find out that he has not come in because he has the flu. The frustration itself is enough to make one mad.

The Solution

Our software. It exploits already existing attendance systems in offices to show the public whether the officer concerned with their particular concern is in the office or not. A simple enough idea which is easily executable will make the lives of countless working people far easier. Our software will take customer relations to a whole new level. The software can be used in banks, government offices, colleges, schools, pretty much every customer facing business can use our software to improve customer relations..

Features

Real-time - Data is updated at each and every sign-in and sign-out.
Accurate - Data is taken from the company's own attendance database.
* Alerts - Set an alert for a specific person or position. // Will add, Maybe!

<---------------------------------------------------------------------------------------------------------------------------------->

FOR THE TIME BEING

Make sure you have NodeJS and NPM installed

install the dependencies

>npm install express
>npm install mongodb
>npm install body-parser
>npm install serve-favicon

or simply type

>npm install

First add the data.json file to the MongoDB Server

>mongod
// new Terminal window
>node app.js

Updated

* Web interface for adding and removing records has been added.

Finally Open:

http://localhost:1000/

Repository Managed by Manish Devgan & Pranav Rastogi

Written content is provided by Upamanyu Das

About

Web Interface that exploits Kumar's attendance system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.9%
  • Python 10.1%