Student Portal
Move the app onto the web without losing the product direction.
The frontend talks to PHP endpoints, and PHP talks to MySQL. This keeps the browser secure and fits normal cPanel hosting.
Sign In
How It Works
- The login form sends a request to
api/login.php. - The PHP endpoint checks the MySQL database.
- The server returns JSON for the frontend to display.