Mobile application for the BC Health Authorities Course Catalogue and Registration System, developed with the Ionic framework. Employees with existing CCRS accounts can login to search and register for classroom sessions, start online courses, and check their profile information, training history, or registered sessions.
Follow the Ionic Installation Guide
- Install Node.js and Git for Windows
- In the Git Bash terminal, run
sudo npm install -g cordova
git clone https://github.com/ajhpark/ccrs.git
cd ccrs
ionic state restore
ionic resources
Install the Andoird SDK (Download Android Studio, or just get command line tools) and JDK if it's not installed on your machine.
ionic platform add android
ionic build android
ionic run android
If you have a Mac with Xcode installed, you can also:
ionic platform add ios
ionic build ios
Load the platforms/ios directory on Xcode and run the app
ionic serve