Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.6 KB

README.md

File metadata and controls

59 lines (32 loc) · 1.6 KB

Flipr

This project is all about to create student management system where student is given email-id , rollNo and password by college or school and based on these student login in website portal and mark attendence by scanning the QR code

Getting Started

  1. Clone the repository

  2. Open the folder containing the cloned repository

4.Download dependencies Go inside ./Flipr-task1/ and RUN

npm install

Go inside .Flipr-task1/frontend and RUN

npm -f install

To start the project on localhost Go inside ./Flipr-task1/

sh docker compose up --build

  1. Env Variables Make Sure to Create a config.env file in backend/config directory and add appropriate variables in order to useCancel changes the app. Essential Variables PORT= JWT_SECRET= JWT_EXPIRE= COOKIE_EXPIRE= DB_URL=

Screenshots

student- admin login portal

Screenshot from 2023-11-04 18-16-22

admin dashboard

Screenshot from 2023-11-04 18-17-22

view all student

Screenshot from 2023-11-04 18-18-23

QR code by admin

Screenshot from 2023-11-04 18-19-04

scanner by student

Screenshot from 2023-11-04 18-21-37