WP Manifestindependent plugin directory
manifest / users / course-registration-capstone

Course Registration API by Yanchuan

WordPress/PHP course registration system with course browsing, cart, waitlist, login, and student schedule features.

by raszion23 · github.com/raszion23/course-registration-capstone

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/raszion23/course-registration-capstone/archive/refs/heads/main.zip

Readme

Course Registration Capstone Project

A WordPress/PHP course registration system built for my capstone project.

Features

  • Course browsing
  • Student registration
  • Login form
  • Shopping cart for selected courses
  • Course waitlist
  • Registered course schedule
  • WordPress REST API endpoints
  • Custom WordPress shortcodes
  • Styled university homepage

Technologies Used

  • PHP
  • WordPress REST API
  • HTML
  • CSS
  • JavaScript / jQuery
  • MySQL database structure

Project Notes

This was created as a class capstone project to demonstrate backend API logic, frontend integration, and course enrollment workflows.

Read the full README on GitHub →