Giter Site home page Giter Site logo

course_master's Introduction

Course Management Platform

This application is a comprehensive course management platform designed to facilitate the interaction between students and teachers. The platform provides the following features:

For Students:

  • Login: Students can securely log in using Spring Security. Passwords are encrypted and not stored in plaintext.
  • Course Enrollment: Students can enroll in multiple courses while ensuring they do not overlap in schedule.
  • View Courses and Grades: Students can view their enrolled courses and their respective grades.
  • Enrollment Restrictions: Students cannot enroll in multiple courses that occur simultaneously or in courses that are already full.

For Teachers:

  • Login: Teachers can securely log in using Spring Security. Passwords are encrypted and not stored in plaintext.
  • Course Creation: Teachers can create multiple courses, defining the schedule and maximum number of attendees.
  • Approve/Deny Enrollments: Teachers can manage student enrollment requests, approving or denying them as needed.
  • Grading: Teachers can grade students, assigning one grade per course for each student.

Example Course Configuration:

{
    "name": "OOP",
    "description": "Object-oriented programming basics",
    "maxAttendees": 30,
    "schedule": [
        {
            "name": "course",
            "startDate": "11.01.2023",
            "endDate": "01.06.2023",
            "weekDay": "MON",
            "startTime": "10:00",
            "endTime": "12:00"
        },
        {
            "name": "laboratory",
            "startDate": "11.01.2023",
            "endDate": "01.06.2023",
            "weekDay": "TUE",
            "startTime": "13:00",
            "endTime": "15:00"
        }
    ]
}

course_master's People

Contributors

davidgbogdan 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.