angular-flask

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

  • 所有者: shea256/angular-flask
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

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 :)

主要指標

概覽
名稱與所有者shea256/angular-flask
主編程語言Python
編程語言Python (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2013-07-19 21:01:30
推送於2018-08-08 10:39:43
最后一次提交2015-04-16 12:39:31
發布數0
用户参与
星數1.1k
關注者數57
派生數220
提交數18
已啟用問題?
問題數11
打開的問題數7
拉請求數0
打開的拉請求數4
關閉的拉請求數6
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?