Giter Club home page Giter Club logo

edumax's Introduction

EduMax

EduMax is a subscription-based learning platform designed to showcase core skills in ASP.NET development with an Angular frontend. It allows users to register, subscribe to courses, track their learning progress, and access course materials. This project focuses on key functionalities to demonstrate proficiency in building web applications.

Features

User Registration and Authentication

  • User Roles: Support for Students and Admins.
  • Registration: Email sign-up.
  • Authentication: Secure login, password reset, and two-factor authentication (2FA) via email or SMS.

Subscription Management

  • Subscription Plans: Single subscription tier.
  • Payment Integration: Basic integration with a payment gateway (e.g., PayPal, Stripe).
  • Payment Lifecycle:
    • Subscription Activation: Users can activate their subscription by making a payment.
    • Billing Cycle: Automated monthly billing with invoice generation.
    • Reminders: Email reminders for upcoming renewals and overdue payments.

Course Management

  • Course Creation: Admins can create and manage courses.
  • Modules: Each course can have multiple modules.
  • Content Types:
    • Videos: Upload and manage course videos.
    • Resources: Attach files (PDFs, links) to each video.
  • Course Catalog: List of available courses.

Learning Experience

  • Dashboard: Basic student dashboard showing enrolled courses and progress.
  • Progress Tracking: Track course completion status and module progress.

Admin Panel

  • User Management: Manage student accounts.
  • Course Management: Create and update course details, modules, and resources.

Notifications

  • Email Notifications: Course updates, subscription reminders, and 2FA codes.

Technology Stack

  • Backend: ASP.NET Core
  • Frontend: Angular
  • Database: SQL Server or Azure SQL Database
  • Hosting: Microsoft Azure or other cloud providers
  • Version Control: Git (GitHub, GitLab, or Bitbucket)

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/edumax.git
    cd edumax
  2. Install backend dependencies:

    dotnet restore
  3. Navigate to the ClientApp directory and install frontend dependencies:

    cd ClientApp
    npm install
  4. Configure the database connection in appsettings.json.

  5. Apply database migrations:

    dotnet ef database update
  6. Run the application:

    dotnet run
  7. In a separate terminal, navigate to the ClientApp directory and start the Angular development server:

    cd ClientApp
    ng serve

edumax's People

Contributors

ezzdin-atef 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.