Hi slackers ! <div>These last days I&#39;ve been playing a lot with scaffolding and I was tired to scaffold each time the same boring application and since I have no personal blog yet I decided to model a simple Blog App and scaffold the code from there.</div>
<div>From the scaffolded code and continue developing the application, trying to add almost all of the features that AeroGear offers us.</div><div>Now I have a first version, a very basic blog app but it&#39;s working and doing the job. Some of the features : </div>
<div><br></div><div>- Front End build with AngularJS and Twitter Bootstrap</div><div>- You can comment Posts</div><div>- Basic security with Role management (an Admin can create post, a simple user can add comments)</div>
<div>- The Backend uses the controller component </div><div><br></div><div>It was really a great experience to use the tools you are building :). I have deployed a version of this blog and even wrote a post (with it&#39;s real content showing my aerogear love :) ) : </div>
<div><br></div><div><a href="https://sebiblog-sblanc.rhcloud.com/#/Posts/show/11">https://sebiblog-sblanc.rhcloud.com/#/Posts/show/11</a></div><div><br></div><div>You can also fork my Blog App here : </div><div><br></div>
<div><a href="https://github.com/sebastienblanc/sebiblog">https://github.com/sebastienblanc/sebiblog</a></div><div><br></div><div>NB : You will need an &quot;hacked&quot; version of the ag-controller to be able to build the app, you can find it here <a href="https://github.com/sebastienblanc/aerogear-controller/tree/AEROGEAR-1006">https://github.com/sebastienblanc/aerogear-controller/tree/AEROGEAR-1006</a> (there is an PR for this change which should be integrated in the near future) </div>
<div><br></div><div>Seb</div><div><br></div>