BAM Stack - Bottle, Angular, Mongo
A tiny RESFful web app built using Bottle.py, AngularJS, and Mongo DB.
mongod # start mongodb
pip install virtualenv # install virtualvenv globally
vitrualenv venv # create new virtual python environment/folder
source venv/bin/activate # activate virtual environment
python server.py # start the server
npm install # install npm modules
bower install # install bower modules
grunt serve # run tasks defined in gruntfile.js and start server