About Simple School Class System
Simple School class is a system to organize the contact information of the teachers and students and manage the student classes.
Feature
- Manage Teacher
- Manage Student
- Manage Classes
- Manage Schedule
- Teacher Can Login
- Teacher Can Upload Material
- Teacher Can Add Mark With Ajax Process
- Student Can Login
- Student Can see list schedule and mark
How To Run This Project
- git clone https://github.com/nurisakbar/Simple-School-Class-System.git
- cd Simple-School-Class-System
- composer install
- cp .env-example .env
- create new database dan change config in .env file
- php artisan migrate --seed ( to migrate and seed dummy data)
- php artisan serve
- you can access this project with address http://localhost:8000/login
Admin Login
You can login as administrator with account :
Email : administrator@gmail.com
password : password
Online Demo And Explaination
Link : http://simpleschool.nurisakbar.com/
Video Demo : https://drive.google.com/file/d/1PC4sNNCo8PrN64FzSPP0lyYkWMSeMd-P/view?usp=sharing