Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 355 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 355 Bytes

angularjs-play-blog-app

A simple blog application with basic authentication mechanism and the ability to make posts and comments built with AngularJS and Play

Client

To run AngularJS client app run grunt serve

Server

To run Play server app run ./activator "run 9090"