An open API service indexing awesome lists of open source software.

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

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 up

1) 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 😇