# osums **Repository Path**: mirrors_linuxscout/osums ## Basic Information - **Project Name**: osums - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README OSUMS[Open Source University Management System] ========================================== # Description Easy & hassle free Open Source University Management System Web Application # Installation and use ### OSUMS is build using Laravel 5.2 ``` $ git clone https://github.com/hrshadhin/osums.git ``` ``` $ cd osums ``` ``` $ mv .env.example .env ``` **Change configuration in .env according your need and create Database** ``` $ composer install ``` ``` $ php artisan migrate ``` ``` $ php artisan db:seed ``` **Give write permission to storage and bootstrap/cache directory** ``` $ php artisan serve ``` ** http://localhost:8000 ** USER: admin PASS: demo123 # Demo Live Link URL: http://osums.hrshadhin.me USER: admin PASS: demo123 # Screenshot # License OSUMS is open-sourced software licensed under the AGPL-3.0 license. Frameworks and libraries has it own licensed Enjoy :)