NextJS Crew Attendance to mark realtime attendance using face recogntion

Author
View Project on github

Screenshots

portfolio-img

Crew Attendance application using nextjs and python

Features and functionalities

  • Teacher and Student Login
  • Teacher and Student Register
  • Teacher Create Course
  • Teacher Delete Course
  • Teacher Mark Attendance
  • Take class room attendance using face recognition
  • Update Attendance
  • Student enroll in course
  • Teacher and Student update profile
  • MongoDB for database
  • NextJS as Frontend
  • Flutter for Mobile Application
  • Flask python for backend

Tech stack

  • Rest API and backend using Python, Flask
  • Frontend development using NextJS
  • MongoDB for database

Installation and Running App

  1. Clone this repo by running the following command :-
 git clone https://github.com/CrewCodeAnku/crew-attendance-nextjs-python-flutter.git
 cd crew-attendance-nextjs-python-flutter
  1. Install the required package :-
 cd frontend-nextjs
 npm install
  1. Run project :-
npm run dev