Skip to content

Latest commit

 

History

History
125 lines (83 loc) · 3.53 KB

README.md

File metadata and controls

125 lines (83 loc) · 3.53 KB

Elearning website

Table of Contents

Overview

The Elearning website is a comprehensive full-stack application designed to facilitate online learning. Students can search for, purchase, and take courses, while admins or instructors can create and manage their content. Key features include user registration with Google SSO, secure payments via VNPAY sandbox, and robust security measures using JWT tokens. The application follows best practices in REST API design, with the backend powered by Spring Boot 3 and Spring Security 6, and the frontend developed using ReactJS with Ant Design for styling.

Features

  • User Registration: Users can easily create a new account.
  • Course Search: Users can filter courses by rating, category, and more.
  • Management: Includes cart management, learning-course tracking, and profile customization.
  • Google SSO Login: Streamlined login using Google Single Sign-On.
  • Payment Processing: Secure course payments via VNPAY sandbox.
  • Comprehensive Management: Manage categories, users, topics, orders, reviews, coupons, and students.
  • Course Management: Create and organize courses with sections, lectures, and quizzes.
  • Analytics: View statistics by custom date ranges, including daily, monthly, and yearly reports.

Technologies Used

Backend (Elearning-be)

  • Spring Boot 3
  • Spring Security 6
  • JWT Token Authentication
  • Spring Data JPA
  • JSR-303 and Spring Validation
  • OpenAPI and Swagger UI Documentation
  • Docker
  • GitHub Action

Frontend (Elearning-fe)

Demo

User interfaces

For Guest

Login page

Login

Filter course page

Filter course

For Student

Home page

Home

Cart page

Cart

Payment page

Payment

Learning page

Learning

For Admin

Dashboard page

Dashboard

Manage course page

Manage course

Edit course page

Edit course

For Instructor

Dashboard page

Dashboard

Manage course page

Manage course

System design

Class diagram

Class diagram

Usecasae diagram

Security diagram

License

This project is licensed under the Apache License 2.0. See the LICENSE file for details. If you have any improvement or weird things about my project, please send an email to thuanngo3072002@gmail.com. Thank you so much.

Getting Started

To get started with the Elearning project, follow the setup instructions in the respective directories:

  • Clone this project
  • Run cmd : docker compose up -d --build
  • Access link: http://localhost

Contributors