Skip to content

GaneshKhadka/osums

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 64.4%
  • PHP 27.6%
  • JavaScript 8.0%