Skip to content

August85/Python-Flask-Angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This sample flask project uses Flask, Angular.js and Python together for a small
MVC type application.

How to Run:

    python pythonapp/server/app/run.py

Notes about static folder:
    1: This demo has a SPA (Single Page Architecture), so main contents are inside 'index.html'.
    2: All the partials are inside static/app/partials folder.
    3: All the controllers for angular are inside static/app/js/controllers folder.

Notes about server folder:
    1: The app is run from server/run.py, and the port configurations are done here.
    2: The requirements.txt contains the bare minimum modules which needs to be installed.
    3: The server configurations like template/static folders are done inside server.py file.


About

This is demo project with Angularjs as frontend and Python-Flask as backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages