GithubHelp home page GithubHelp logo

brianmutiso / skuul Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yungifez/skuul

0.0 0.0 0.0 10.23 MB

A school management system

License: MIT License

Shell 0.11% PHP 72.85% Blade 27.04%

skuul's Introduction

Skuul school management system

In search of good school management systems written in laravel, I tried so many although most were quite remarkably good they lacked some essential features that I would have loved in a school management system.This made me passionate in building my own school management system. Although it has been difficult, it's actually forming up into a quite useable project.

schooldash-dahboard-page

Skuul is a multi school management system that aims to make school administration and activities a breeze by using the power of the internet and increased connectinity

Requirements

  • Php 8.0 and above
  • Composer
  • Since this project is running laravel 9, we suggest checking out the official requirements

Installation

  • Clone the repository by running the following command in your comamand line below (Or you can dowload zip file from github)
git clone https://github.com/yungifez/skuul ./skuul
  • Head to the project's directory
cd skuul
  • Install composer dependancies
composer install
  • Copy .env.example file into .env file and configure based on your environment
cp .env.example .env
  • Generate encryption key
php artisan key:generate
  • Migrate the database
php artisan migrate
  • Seed database

    You can seed the database in 2 ways

    • For production ie in your live server
      php artisan db:seed --class RunInProductionSeeder
    • For testing or development purposes
      php artisan db:seed
  • Seed database to populate countries (takes approximately 10 minutes)

php artisan db:seed --class=WorldSeeder
  • Set application logo by adding it in the public img folder and edit the .env logo path appropriately
  • Store favicon in path public/favicons/, the file should be called favicon.ico
  • For development or testing purposes, you can use the laravel built in server by running
php artisan serve

If you are running on production, visit your domain to verify it is working

After running the above commands, you should be able to access the application at http::/localhost or your designated domain name depending on configuration.

Setup

  • Log in to the application with the following credentials

  • You would be prompted to change your password, change your passsword in the profile page to continue

  • if you are on production

    • When you log in, you would be redirected to a page with error message at the top right corner that says "Please set your school of operation first". At the menu, click on create schools
    • On the page to create schools, provide a name, address and initial for your school and click on create school
    • Click on view schools, select the current school and click on the button set scvhool
    • You can now head over to the dashboard
    • You can begin to add classes, students, teachers etc. Some operations would not work specifically all links under the academics section
    • Head over to academic years, create a new academic year and a new semester then set the academic year and semester
  • if you are on dev or testing, data is preset to test and use the application.

Usage

  • Add class groups to the school
  • Add classes to class groups
  • Add sections to classes
  • Add students to sections (You must have created a class and a section before you can add students)
  • Add teachers to school
  • Add subjects to school

Features

Super Admin

By default super admin can manage all activities in each school, some super admin exclusive features are

  • Ability to create, edit and delete schools " Ability to set school of operation

Admin

  • Ability to manage own school settings
  • Ability to create, edit, view and delete class groups in assigned school
  • Ability to create, edit, view and delete classes
  • Ability to create, edit, view and delete sections
  • Ability to create, edit, view and delete classes
  • Ability to create, edit, view and delete subjects
  • Ability to create, edit, view and delete academic years
  • Ability to set Academic years
  • Ability to admit students, view student profiles, edit student profile, print student profile and delete student
  • Ability to create teachers, edit teacher profile and delete teacher
  • Ability to create, edit, manage, view and delete timetables
  • Ability to create, edit, view and delete sylabii
  • Ability to create, edit, view and delete semester
  • Ability to set own school academic year and semester

Teachers

  • Ability to create, edit, view and delete sylabii
  • Ability to create, edit, manage, view and delete timetables

This project was highly inspired by 4jean/lavSMS

Do you like the current state of this project?, you can support me or hire me for work

Todo

  • Create demo site (for now, go to yungifez.xyz might be a mess but worth it. Log in to super admin account with password helloworld)
  • Create logo
  • Need help creating demo video
  • Write docs using a tool like larecipe
  • Write issue and contribution template file etc

skuul's People

Contributors

yungifez avatar stylecibot avatar laravel-shift avatar ordago avatar dependabot[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.