Schoolyfied is a comprehensive school management software designed to streamline and simplify various school operations and management tasks. It provides a centralized platform for schools to handle administrative, academic, and organizational activities efficiently. The software offers a wide range of features to cater to the diverse needs of schools and enhance overall productivity.
- Administrative Tools: Manage student records, staff information, attendance, and schedules with ease.
- Academic Management: Create and manage courses, assignments, grades, and academic calendars.
- Communication Platform: Facilitate communication between administrators, teachers, students, and parents.
- Financial Management: Handle fee collection, budgeting, and financial reporting seamlessly.
- Resource Planning: Allocate resources such as classrooms, equipment, and textbooks efficiently.
- Analytics and Reporting: Generate insightful reports and analytics to track performance and identify areas for improvement.
- Customization Options: Tailor the software to fit the specific needs and preferences of your school.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov