Skip to content

Flangular is Flask based Angularjs template app with authentication for private CRUD applications.

License

Notifications You must be signed in to change notification settings

uvc-ingenieure/flangular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flangular

Flangular is Flask based Angularjs template app with authentication for private CRUD applications.

It provides a good startind point for private Angularjs apps:

  • Flask-Restless Backend
  • Authentication with CSRF protection
  • Protects private code components until logged in
  • Angularjs service for basic CRUD
  • Example model included
  • MIT License

Installation

There is a simple bootstrap.sh shell script included which sets up a virtualenv and downloads the bower dependencies.

The script expects a working bower and virtualenv installation.

. ./bootstrap.sh
./server.py

Then browse to http://localhost:5000/ and log in with:

Password: admin

Copyright (c) UVC Ingenieure http://uvc.de/

About

Flangular is Flask based Angularjs template app with authentication for private CRUD applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published