The Academy Portal is a responsive web-based platform for managing students, courses, and registrations in an educational environment. It connects a user-friendly frontend to a secure MySQL database backend, enabling seamless academic workflows such as student onboarding, course enrollment, and admin management — all with full CRUD operations and login-based access control.
- 👨🎓 Student registration and login
- 📚 Course catalog with enrollment options
- 👨🏫 Admin panel to manage courses and students
- 🗂️ SQL database integration (MySQL)
- 🔐 Secure authentication & input validation
- 📊 Dashboard for overviews and quick actions
- 💾 CRUD operations (Create, Read, Update, Delete)
- Frontend: HTML, CSS, JavaScript
- Backend: PHP (or specify if using Node.js / Python)
- Database: MySQL
- Extras (Optional): Bootstrap/TailwindCSS, AJAX
git clone https://github.com/your-username/academy-portal.git
cd academy-portal
---
### Create a database using the SQL Script in SQL file



