Campus Medius, UI and Backend API
##front end
To build and run project:
- Install NodeJS and NPM (google it ... i.e., install node using homebrew or apt-get)
- npm install -g bower
- npm install -g grunt-cli
- git clone the project
- cd frontend/
- npm install
- bower install
- grunt serve
To run the mock server:
- Install NodeJS and NPM (google it)
- https://www.npmjs.org/package/json-server
- cd to the directory and run:
json-server --file db.js
- The console output should show you how to access the API