Skip to content

This College Management System project, developed using Laravel and MySQL, is designed to streamline various tasks for students, teachers, and administrators.

Notifications You must be signed in to change notification settings

PrakashZip/College-System-Laravel

Repository files navigation

College Management System

This College Management System project, developed using Laravel and MySQL, is designed to streamline various tasks for students, teachers, and administrators.

Features

  • Student Portal:
    • View Marksheet
    • Access Class Schedule
  • Teacher Portal:
    • Add Students
    • Commit Attendance
  • Admin Portal:
    • Add, Delete, and Edit Teachers
    • Add, Delete, and Edit Students
    • Add, Delete, and Edit Parents

How to Run Locally

  1. Clone the Repository:
    git clone https://github.com/PrakashZip/College-System-Laravel.git
  2. Install Dependencies:
    composer install
  3. Set Up Database:
    • Copy .env.example to .env and configure your database settings.
    • Run migrations: php artisan migrate
  4. Generate Application Key:
    php artisan key:generate
  5. Run the Development Server:
    php artisan serve

Practical Use Case

This system is ideal for educational institutions to efficiently manage student information, attendance, and academic records. It provides a user-friendly interface for students, teachers, and administrators to perform their respective tasks seamlessly.

Login Credentials

Admin:
Email: admin@gmail.com | Password: admin123
Teacher:
Email: teacher@gmail.com | Password: teacher123
Parent:
Email: parent@gmail.com | Password: parent123
Student:
Email: student@gmail.com | Password: student123

Exceptions

While the application is designed with robust input validation and error handling, unexpected inputs or system configurations may lead to exceptions. Please ensure correct configurations and report any issues on the project repository.

Contributors

Satya Prakash Sahoo
Satyaprakash.od@gmail.com

Contributing

Contributions are welcome! Fork the repository, make your changes, and submit a pull request.

About

This College Management System project, developed using Laravel and MySQL, is designed to streamline various tasks for students, teachers, and administrators.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published