Skip to content

learnwithus/ccrs

Repository files navigation

CCRS Mobile Application

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.

Ionic Installation (Linux/OS X)

Follow the Ionic Installation Guide

Ionic Installation (Windows)
  1. Install Node.js and Git for Windows
  2. In the Git Bash terminal, run sudo npm install -g cordova
Download the Project
git clone https://github.com/ajhpark/ccrs.git
cd ccrs
ionic state restore
ionic resources
Configure and Build for Platforms

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

Test the Build
ionic serve

About

Ionic application for CCRS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published