A great portion of the population believes that knowledge alone is central to success. Over years of research and failures of my own, I have learned that social/emotional/belonging skills are not only the keys to success, they are also the keys, when combined with knowledge, to SUSTAINABLE success.
Orbis helps to facilitate the social/emotional/belonging process by combining all four aspects in a natural, fun way so that learners can focus on skill building and admins can learn more about their learners in the process.
Watch a Walk Through of This App
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
git clone https://github.com/drteresavasquez/ORBiS-Developing-More-than-Code.git
cd lib
npm install
GRUNT
cd app
mkdir creds
cd creds
touch fb.creds.js
Visit Google's Firebase and create a database by following Google's Instructions
Add your configuration to fb.creds.js
Your creds should look like this
app.constant("FBCreds", {
apiKey: "YOUR_API_KEY",
authDomain: "YOUR_DOMAIN.firebaseapp.com",
databaseURL: "https://YOUR_DOMAIN.firebaseio.com",
projectId: "YOUR_PROJECT_ID",
storageBucket: "YOUR_STORAGE_BUCKET.appspot.com",
messagingSenderId: "YOUR_ID"
});
- Angular JS
- Angular Charts.js
- Javascript/JQuery
- GitHub API
- HTML/CSS
- Bootstrap
- Firebase
- SASS
- Dr. Teresa Vasquez - Initial work - Dr. T
- Shout out to Nashville Software School and their awesome learning environment!
- Special thanks to Casey Reed, Jisie David, and Brenda Long