angular-flask

An AngularJS (frontend) + Flask / Python (backend) Boilerplate Application

  • Owner: shea256/angular-flask
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

AngularJS + Flask Boilerplate App

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. create and seed the db (the server must still be running, so open a new terminal window first)

python manage.py create_db && python manage.py seed_db --seedfile 'data/db_items.json'

  1. check out your blog

http://localhost:5000/blog

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

Main metrics

Overview
Name With Ownershea256/angular-flask
Primary LanguagePython
Program languagePython (Language Count: 3)
Platform
License:MIT License
所有者活动
Created At2013-07-19 21:01:30
Pushed At2018-08-08 10:39:43
Last Commit At2015-04-16 12:39:31
Release Count0
用户参与
Stargazers Count1.1k
Watchers Count57
Fork Count220
Commits Count18
Has Issues Enabled
Issues Count11
Issue Open Count7
Pull Requests Count0
Pull Requests Open Count4
Pull Requests Close Count6
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private