Modern vision of the mobile application for the Open EdX platform from Raccoon Gang.
-
Check out the source code:
git clone https://github.com/raccoongang/educationx-app-ios.git
-
Navigate to the project folder and run
pod install
. -
Open
OpenEdX.xcworkspace
. -
Ensure that the
OpenEdXDev
orOpenEdXProd
scheme is selected. -
Configure
config_settings.yaml
insidedefault_config
andconfig.yaml
inside sub direcroties to point to your OpenEdx configuration Configuration Docuementation -
Click the Run button.
This project uses custom APIs to improve performance and reduce the number of requests to the server.
You can find the plugin with the API and installation guide here.
The code in this repository is licensed under the Apache-2.0 license unless otherwise noted.
Please see LICENSE file for details.