utkarshkanswal / Entry-Management-Software

This is a Entry Management Software in which at the time of check in Employee will get an email about checkin details and at the time of Checkout Host will get all the check in and checkout details of employee on his email.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entry Management Software

This is a Entry Management Software in which at the time of check in Employee will get an email about checkin details and at the time of Checkout Host will get all the check in and checkout details of employee on his email.


Steps to use the software:

  • For this software your computer should have npm, node and Xampp install in it.
  • Firstly Clone this repo using command below :
  git clone https://github.com/utkarshkanswal/Entry-Management-Software.git
  • Then run your mysql server using xampp.
  • Then Update sender email in your index.js file.You can follow this video
  • Then run command below:
  npm install
  • Then Run :
  nodemon index.js
  • Then type http://localhost:8000/ in your browser to use it.

About

This is a Entry Management Software in which at the time of check in Employee will get an email about checkin details and at the time of Checkout Host will get all the check in and checkout details of employee on his email.

License:MIT License


Languages

Language:CSS 38.5%Language:EJS 34.2%Language:JavaScript 27.3%