Skip to content

Harlantr/bam-stack-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BAM Stack Bootstrap

A tiny RESFful web app built using Bottle.py, AngularJS, and Mongo DB.

Setting up the server

Inside 'server' folder

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

Setting up the client

Inside 'client' folder

npm install                     # install npm modules
bower install                   # install bower modules
grunt serve                     # run tasks defined in gruntfile.js and start server

About

BAM Stack - Bottle, Angular, Mongo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published