Home

Awesome

SPA YouGrade

Build Status

Requirements

(1) To get grunt-cli, grunt, bower and yo, you could just run "npm install -g yeoman", without the quotes.

How to build the App

Open a terminal, cd into the project directory and run:

npm install && bower install

How to run the App

Open a terminal, cd into the project directory and run:

grunt server

How to run the App tests

Open a terminal, cd into the project directory and run:

grunt test

How to package the App

Open a terminal, cd into the project directory and run:

grunt build

Backend API

I wanted to give a try to akka/spray.io and I implemented the backend using these technologies. You'll need at least sbt installed to build and run the backend API. The backend API repository can be found here: https://github.com/emiaj/spray-yougrade Is still under development, and I plan on paying the technical debt regarding unit testing very soon. To get the backend up and running just clone the repository, cd into it, and run "sbt run".