Skip to content

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

License

Notifications You must be signed in to change notification settings

Ben-Baert/angular-flask-peewee

 
 

Repository files navigation

AngularJS + Flask Boilerplate App

Changed this so that this works with Peewee instead of SQLAlchemy.

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. check out your blog

http://localhost:5000/blog

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.0%
  • CSS 12.0%