aGroup is a demo/research project I did to play around with Node.js and Angular.
So it is a "complete" MEAN stack project (Backend + Frontend) I built from scratch (an empty dir :) to see how it is to put a complete web app live using this technology.
You can chekout a live demo on Heroku here.
Note: If it is dead, please drop me a line, probably Heroku dynos are sleeping for too long and need a restart.
It has very basic functions, but allow anyone to see how the basic things work in the MEAN Javascript full stack, from the Back to the Frontend:
The app plays around with some web app important concepts:
If you do want to download and install it to tinker and mess around just go:
git clone https://bachagas@bitbucket.org/bachagas/agroup.git
cd agroup
npm install
node server.js
And everything has worked if you can go to http://localhost:3030 and the app is up and alive ;-)