Giter Site home page Giter Site logo

eduguard's Introduction

EduGuard

Description

This project is an E-Learning website developed using MongoDB for the database, Node.js/Express.js for the backend, and HTML, CSS, and JavaScript for the frontend. It provides features for students to view grades, submit assignments, and for teachers to update grades, create assignments, and view submitted assignments. The system incorporates Role-Based Access Control (RBAC) to manage user roles and permissions.

Features

  • Student Features:

    • View Grades
    • Submit Assignments
    • Registration: Students can register by creating a basic account with a simple password, and is then prompted to change the password to meet the following rules:
      • Minimum 6 characters
      • At least one uppercase letter
      • At least one numeric character
      • At least one special character
  • Teacher Features:

    • Update Grades
    • Create Assignments
    • View Submitted Assignments
    • User Management: Admins can see all users in the database and manipulate their roles (promote/demote).
  • Admin Privileges:

    • Admins (typically teachers) have privileged roles:
      • Authority to register students into the database.
      • Manage user roles: Admins can promote/demote users based on academic responsibilities.
  • Login Features:

    • Captcha: Implemented Node.js captcha.
    • 2FA Authentication with Email OTP for admin login for enhanced security.
  • Database Security:

    • Password Hashing with salting using the bcrypt library in Node.js. Configurable number of salt rounds for password protection.
  • Sessions:

    • Passport.js: Efficient session management utilizing MongoDB to store session data.

eduguard's People

Contributors

navamivk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.