Routine app is designed to assist students with their college schedules.
Routine 2.1.0
- Web Server to host App
- PhoneGap or Cordova to port to Mobile Platform
- noSQL database to store information
- Hosted Routine App on our Server. Ported App to Android using PhoneGap.
- Hosted our class informations, configurations, routines on MongoLab. Replace your MongoLab API key on line number 22 of appspot/main.php (Sample json files can be found in noSQL directory)
- Used appspot as our intermediate server that bridges between MongoLab and Routine App to secure API Key. Define appspot URL on line number 130 of routine/js/functions.js