This is the frontend for the Django-scms application. It is made up of React, a frontend JavaScript framework. This an open source school management system API built with Django and Django-rest framework for managing school or college. It provides an API for administration, admission, attendance, schedule and results. It also provide users with different permissions to access various apps depending on their access level.
Techdometz is a tech startup helping schools and education centers to provide solutions to their tech problems. Contact us for details.
You should have at least basic JavaScript and react framework experience to run react-scms.
You first need to fork the repo from mwinamijr.
Clone the forked repo
git clone https://github.com/[username]/react-scms.git
In order to install the dependancies, change the directory to react-scms
to change diectory run
cd react-scms
then run
mpm install
OR
npm i
##School Information System (SIS) This tracks the students’ information and their parent/guardian/contact information. This module also records, basic classes information, and school year information. This is the central module for django-scms and is required for use of any other module. All other modules are optional.
##Admissions This tracks potential students and their registration processes. It allows various admission levels to be added as well as steps that need to be completed before moving onto the next level. It also tracks any open houses a student has attended and how the student heard about the school.
##Authentication .... in progress
##Attendance .... in progress
##Finance .... in progress
This is intended to be an Open Source project to anyone need to use and learn. Hence I welcome all of you to contribute in this project so as to help make this project better.
The project is licensed under the MIT License