/angular-flask-gplus

Based on Angular-Flask boilerplate, extends to add simple blog on MongoDB, and G+ stream

Primary LanguagePythonMIT LicenseMIT

AngularJS + Flask + GooglePlus + Simple Blog on MongoDB Boilerplate App

Based on Angular-Flask by Ryan Shea @ ryanshea.org

A template for building apps with an Angular frontend and a Flask / python backend.

How to Get Started

  1. clone this repo

  2. install all the necessary packages (best done inside of a virtual environment)

pip install -r requirements.txt

  1. run the app

python runserver.py

  1. Connect to your MongoDB by filling in the details in settings.py

  2. check out your blog

http://localhost:5000/blog

  1. if you like this project, give it a star :)