Giter Site home page Giter Site logo

attendone's Introduction

Attendance Management System

Welcome to the Attendance Management System! This system helps in managing attendance records for students across different semesters. The system allows students to view their attendance records and administrators to manage attendance for all students.

Features

  • User authentication: Supports user authentication with JWT tokens.
  • Student dashboard: Students can view their attendance records for each semester.
  • Admin panel: Administrators can manage attendance records for all students.
  • Semester-wise attendance: Supports filtering attendance records by semester.

Technologies Used

  • Node.js: Backend server runtime environment.
  • Express.js: Web application framework for Node.js.
  • MongoDB: NoSQL database for storing attendance records.
  • Mongoose: MongoDB object modeling tool.
  • JWT (JSON Web Tokens): For user authentication and authorization.
  • Postman: For testing API endpoints.

Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • MongoDB

Installation

  1. Clone the repository:
git clone https://github.com/enn-dee/AttendOne.git
  1. cd AttendOne
  2. npm install
  3. Set up environment variables: Create a .env file in the root directory and add the following variables:
PORT=3000
MONGODB_URI=mongodb://localhost:27017/attendance_db
JWT_SECRET=your_secret_key
  1. Start the server:
npm start

Usage

Authentication: Register as a student or login as an administrator to access the system.

View Attendance: Students can view their attendance records by semester.

Manage Attendance: Administrators can manage attendance records for all students.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

attendone's People

Contributors

enn-dee 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.