https://github.com/vian21/school-system
A PHP School Management Software
https://github.com/vian21/school-system
school-management sms webapplication
Last synced: 7 months ago
JSON representation
A PHP School Management Software
- Host: GitHub
- URL: https://github.com/vian21/school-system
- Owner: vian21
- Created: 2019-07-07T13:06:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T21:26:51.000Z (over 2 years ago)
- Last Synced: 2025-01-27T10:43:40.505Z (9 months ago)
- Topics: school-management, sms, webapplication
- Language: PHP
- Homepage:
- Size: 18.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## School Management System
This is a school management system written in php and much javascript for front end
**NOTE**: THE APP IS CURRENTLY BEING REWRITTEN IN NODEJS/TYPESCRIPT USING A CLEANER ARCHITECTURE FOR MAINTANABILITY AND PRODUCTION
**Link**: https://vian21.github.io/project-0/
## Setting up1) Create a database
2) Import 'db.sql' into your database
3) create first admin user using the script at '/modules/createFirstUser.php'
4) Insert other data such as academic periods. You will be able to create students, teachers, and assessments using your admin account.# Thank you 😇