8000 GitHub - icgowtham/flask_angularjs: A template for creating flask application with angularjs frontend
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

icgowtham/flask_angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_angularjs

A template for creating flask application with angularjs as frontend. Contains the boiler-plate code required to get things started.

Bootstrapping Steps:

  1. Create a temporary folder. For e.g.:
$ mkdir -p temp/flask_angularjs
  1. Copy the contents of the zip file to the newly created directory.

  2. Change to the newly created directory. For e.g.:

$ cd temp/flask_angularjs
  1. Create a Python virtual environment. This can be either done manually using:
$ virtualenv -p python3 env3
  1. Activate the virtual environment. For e.g.
$ source env3/bin/activate
  1. Install the application requirements using:
$ pip3 install -r requirements.txt
  1. Set PYTHONPATH using:
$ export PYTHONPATH=.
  1. Run the application using (egress and ingress traffic on port 5000 should be enabled):
$ python3 run.py

About

A template for creating flask application with angularjs frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0