Katherine0811 / Human-Resource-Managing-Website

Developed a system that provides people management by storing employee's information details on the cloud. Implemented functionality that allows employee to take attendance by check-in and check-out in real time for payroll calculation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Install flask on EC2 
# Either add "sudo" before all commands or use "sudo su" first

#!/bin/bash
yum update -y
yum install git -y
git clone https://github.com/Katherine0811/aws-live
cd aws-live
pip3 install flask
pip3 install pymysql
pip3 install boto3
python3 EmpApp.py




About

Developed a system that provides people management by storing employee's information details on the cloud. Implemented functionality that allows employee to take attendance by check-in and check-out in real time for payroll calculation.

License:Other


Languages

Language:CSS 37.4%Language:JavaScript 36.5%Language:HTML 21.0%Language:Python 5.1%