Giter Club home page Giter Club logo

skool's Introduction

Skool Documentation

Introduction

Skool is an API that allows user to to create a school management system clients. A school management app in this regard relates to institutions that are divided into departments and students can offer different courses across different departments.

An academic institution can decide at any time to create a mobile app, desktop app, website, etc to manage some of the academic processes in the institution. With skool, the institution does not have to worry about a backend to manage their data, they can easily create a user interface without worrying about how the data will be managed. This is the aim of Skool, to make it easy for academic institutions to create any form of interface on top of the system to manage their processes.

Skool is uses REST endpoints to interact with the user.

The forms of actions that can take place include the following.

  • New Student registers
  • Student registers for courses
  • Lecturer get registered students
  • Lecturer update student scores
  • Messages are sent to groups
  • Student checks their result.
  • User login

Technology Overview

This product was built with java a the primary language. The architecture is domain based in which the domains include:

  • Models

  • Data Store

  • Services

  • Rest Interface

    Database Structure

    The system employs a multi-tenant database systems. This allows that each school to have a data source assigned to them. This makes database queries faster.

    Hibernate is used as the ORM for the project with Spring-JPA creating a spring overlay on it.

    Messaging

    In each school, department, level, there will always be students and lecturers with similar interests that will want to be able to communicate with each other. The system has in instant messaging systems for students in the same level or students offering the same courses.

    The real-time messaging functionality works on top of Kafka with Spring-Kafka as an overlay.

skool's People

Contributors

dhranny avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.