Skip to content

lkarjun/octagon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hi there 👋👋

Octagon🛑

The project Octagon is a final year academic project.
Octagon supports eight functionalities:

  • Face Verification,
  • Post Attendence,
  • Managing Attendance,
  • Analysing Attendance,
  • Managing Timetable,
  • View Teacher Hours,
  • Department Statistics,
  • University Notification.

Octagon has three modules: Admin, Hod, and Teacher.

Data Flow Diagrams

Application ScreenShots

To Run Application

Build Docker

  • docker build -t octagon .

Run Docker

  • docker run -d -p 80:80 octagon