hrshadhin / osums

Open Source University Management System

Home Page:http://osums.hrshadhin.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

About

Open Source University Management System

http://osums.hrshadhin.me

License:GNU Affero General Public License v3.0


Languages

Language:HTML 64.4%Language:PHP 27.6%Language:JavaScript 8.0%