Skip to content

HassanEwida/finalProject

 
 

Repository files navigation

Attendance calculation

This is a flask app, that calculates the overall attendance percentage in class.

Build with:

  • Flask
  • Mysql
  • bootstrap

First you will need to clone this repo

Second create a .env file inside doccker-compose directory, and add the following

DB_HOST=${DB_HOST}
DB_UNAME=${DB_UNAME}
DB_PASSWORD=${DB_PASSWORD}
DB_PORT=${DB_PORT}
REMOTE_IP=${REMOTE_IP}
REMOT_PASS=${REMOT_PASS}
REMOT_UNAME=${REMOT_UNAME}

Run docker compose up

Screen shot example

This is an image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.7%
  • Shell 11.4%
  • HTML 10.1%
  • Dockerfile 0.8%