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