Skip to content

System designed to manage exercises (by assumption math exercises). It consists of API (system logic) and teacher panel for adding new exercises to the system.

License

Notifications You must be signed in to change notification settings

mateusz800/ExercisesSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exercise System

About project

The goal of the project was implementing system for support user in learning math. The system provides close-ended questions (with one or multiple correct answers) and open-ended questions, where user have to give only correct answer. This repositorium consists of an REST API and Teacher Panel for adding new courses with exercises to the system. API was divided into UserAPI, which consists functions that should be available only for user that use outside application (e.g mobile app), and TeacherAPI that offers functions for managing content (uses in Teacher Panel).

Mobile application that uses this API you can find here

Technology used

API was developed using Java and Spring-boot framework.
Teacher Panel uses Javascript with React.

About

System designed to manage exercises (by assumption math exercises). It consists of API (system logic) and teacher panel for adding new exercises to the system.

Topics

Resources

License

Stars

Watchers

Forks