/Spray-Swagger-Angular-Bootstrap-Example

Template for lightweight Spray scala apps with an AngularJS frontend

Primary LanguageJavaScript

#Spray Swagger Angular Bootstrap Example
Build Status

This project aims to be a template for Spray.io rest backends with Angular frontend. Also with swagger integration.

To run: sbt "~ re-start"
The project will automatically reload when source code changes.
To test: sbt "project sprayplayground" test

Goto:
http://localhost:8080/
http://localhost:8080/swagger

The frontend uses NPM, Bower and Gulp.
To install the bower components run bower install
Similarliy for the NPM dependencies npm install