Attendance Information Manager
AIM is a production-grade attendance management system that requires a MySQL database to function. A live demo without a database backend is currently unavailable.
The application includes the following features:
git clone https://github.com/gaganjainse/AIM.git
cd AIM
docker compose up --build
Or use the traditional setup:
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env # edit credentials
mysql -u root < database/schema.sql
python run.py