Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 850 Bytes

README.adoc

File metadata and controls

11 lines (7 loc) · 850 Bytes

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.