Skip to content

AmanGit010/Attendance-Management-System

Repository files navigation

Attendance Management System

Overview

The Attendance Management System has been specifically designed to automate and streamline the attendance management process. It offers a digital platform that efficiently records, monitors, and analyzes student attendance data, replacing the traditional manual methods currently in use.

Purpose

The primary purpose of implementing the Attendance Management System is to simplify and enhance the attendance tracking process. By adopting this system, we aim to replace the tedious and error-prone manual methods of attendance management with an automated and efficient solution.

Frontend and Backend by Anas Saifi

Android App by Amanjot Singh

makefile setup

for both Backend and Frontend

make setup
make run

for Frontend only | port - 7000

make FSetup
make FRun

for Backend only | port - 8000

make BSetup
make BRun

for `Database migrations

make db-mig

for App

flutter pub get
flutter run

Without using makefile

Make sure you have node.js and python installed on your system.

  1. For Frontend
cd frontend
npm i
npm start
  1. For Backend
cd backend
pip install -r requirements.txt
python manage.py runserver

Screenshots of App

  1. Walkthrough Screens

Screenshot_20230622-134217 Screenshot_20230622-134226 Screenshot_20230622-134231 Screenshot_20230622-134236

  1. Login Screen

Screenshot_20230622-134244

  1. Signup Screen

Screenshot_20230622-134247 Screenshot_20230622-134249

  1. Home Screen / Classes Screen

Screenshot_20230622-134253

  1. Attendance taking Screen

Screenshot_20230622-134257 Screenshot_20230622-134358 Screenshot_20230622-134320

  1. Submit Screen

Screenshot_20230622-134325

About

Attendance Management System for MSI

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors 3

  •  
  •  
  •