Skip to content

Latest commit

 

History

History
61 lines (60 loc) · 1.8 KB

README.md

File metadata and controls

61 lines (60 loc) · 1.8 KB

System Information School

School information system is a useful website to facilitate school data collection. Built with laravel v.7.0, vue.js v.2.5.17, vue router v.3.3.4 and vuex v.3.4.0

Demo

For Link Demo

For account login with :

NIK = 11111111 & Password = password

Manual Setup

  • Please configuration database for this projects. Change in .env.example to .env
  • Move file image in folder public/image to folder storage/app/public/image
  • php v.7 or later

Installation

composer install
php artisan application:install

If you want development you can keyword in cli

npm install

Start Serve

php artisan serve

Feature

  • Middleware
    • Administrator
    • Admin
    • Teacher
  • Frontend & Backend
    • Admin Template Xoric
    • Dashboards
    • Passport API authentication
    • CRUD school
    • CRUD class
    • CRUD study
    • CRUD teacher
    • CRUD student
    • CRUD homeroom teacher
    • CRUD task assessment
    • CRUD report card
    • Export excel in all tables
    • Import excel in all tables
    • Notes

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.