Welcome to College System
A comprehensive platform for managing college operations, students, courses, and more. Built with modern technology to streamline your educational institution.
@vite(['resources/css/app.css', 'resources/js/app.jsx'])
A comprehensive platform for managing college operations, students, courses, and more. Built with modern technology to streamline your educational institution.
Everything you need to manage your college
Easily manage student records, enrollment, and academic progress all in one place.
Create, organize, and manage courses with ease. Assign instructors and track progress.
Get insights into student performance, attendance, and other key metrics.
Manage class schedules, exams, and events with our intuitive calendar system.
Track fees, payments, and generate invoices automatically for students.
Role-based access control ensures data security and privacy for all users.
Built with a powerful REST API
Our system is built API-first, allowing you to integrate with other systems or build custom applications.
# Authentication
POST /api/register - Register a new user
POST /api/login - Login and get access token
POST /api/logout - Logout (requires auth)
GET /api/user - Get authenticated user (requires auth)