Recommendation system Frontend for Heriot Watt PG Course.
This is an open source project which i am planning to do for helping students to find the most suitable courses for their Post Graduation. Right now the project is completely focussed on Heriot Watt University, as i did my PG from there :)
However I wanted to completely automate this process for maximum number of universities all around the world.
The application is built using ember-cli. I believe Ember has the highest learning curve among most of the new Javascipt frameworks. However by doing this in Ember, I can learn the same and can also contribute to open source community.
You will need the following things properly installed on your computer.
git clone <repository-url>this repository- change into the new directory
npm installbower install
ember server- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate for more details
ember testember test --server
ember build(development)ember build --environment production(production)
Specify what it takes to deploy your app.