@vite(['resources/css/app.css', 'resources/js/app.jsx'])

Welcome to College System

A comprehensive platform for managing college operations, students, courses, and more. Built with modern technology to streamline your educational institution.

Features

Everything you need to manage your college

Student Management

Easily manage student records, enrollment, and academic progress all in one place.

Course Management

Create, organize, and manage courses with ease. Assign instructors and track progress.

Reports & Analytics

Get insights into student performance, attendance, and other key metrics.

Scheduling

Manage class schedules, exams, and events with our intuitive calendar system.

Fee Management

Track fees, payments, and generate invoices automatically for students.

Secure Access

Role-based access control ensures data security and privacy for all users.

API First

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)