Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

thedxrklord/schedule

Repository files navigation

University Schedule Management

This project is a mini-implementation of university management system.
The goal of the project is to easily manage the university schedule.


Server requirements:

MySQL
PHP 7.4+
Apache2 (for nginx you need to change .htaccess)

Installation:

git clone https://github.com/thedxrklord/schedule.git
cd schedule
composer install
npm install && npm run production
copy .env.example .env
php artisan key:generate

Now, you need to replace db connection in .env file
Also, replace ADMINISTRATOR_EMAIL in the same file. 
It gives you some administrator functions
After it is done run:
php artisan migrate

After installation you can register and create your university.
App has featured like 'University Shared Access', when users can create and delete classtimes, but can't control your university structure.

About

Implementation of university schedule system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published