angular-flask icon indicating copy to clipboard operation
angular-flask copied to clipboard

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

Results 11 angular-flask issues
Sort by recently updated
recently updated
newest added

Is this project is in active development? I don't see any pull request being merged or discussion on issues. I am wondering if it's ok to start a new project...

The support helps to override settings file from an environment variable, so runtime production config can vary.

Please be kind enough to warn other users that your requirements might break an existing Anaconda installation. `AttributeError: 'module' object has no attribute 'MemoizedSlots'` with conda 4.2.12 - Ubuntu 16.04...

if trying to run the project on python3 there's a dependency issue with package 'wsgiref' when trying to install packages via requirements.txt error: Collecting wsgiref==0.1.2 (from -r requirements.txt (line 16))...

Hi, How can i add new post, edit or delete

Hi, Can any documentation be provided for the angular-flask project working if available? Thanks. Regards, Prajakta

i also moved the static dependencys to bower, no good having that stuff in git

angular-flask / angular_flask / controllers.py from flask import Flask, request, Response from flask import render_template, url_for, redirect, send_from_directory from flask import send_file, make_response, abort from angular_flask import app You only...

Greetings! I'm a new contributor on Github and want to practice working in the open source community! Please let me know if I did anything stupid. Any comments are welcome!...

Can you please make a python3 update for this example, the old one is broken, and the wsgiref package cannot be installed. I would like to understand this given example...