vinodMS / flask-vuejs-survey

Code for Tutorial Blog Series

Home Page:http://stackabuse.com/single-page-apps-with-vue-js-and-flask-setting-up-vue-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-vuejs-survey

The application code for a tutorial blog series that demonstrates how to build a full-stack survey application using Python's Flask micro web framework and the Vue.js JavaScript framework. The Vue.js framework is used for constructing an interactive and complete single page application (SPA), while the Flask framework is used to develop a RESTful API to consume, persist, and produce data for the front-end SPA.

The tutorial consists of a series of linked blog articles on Stackabuse linked to branches on this GitHub account with the contents shown below.

Contents

  1. Seup and Getting to Know VueJS - FirstPost Branch
  2. Navigating Vue Router - SecondPost Branch
  3. State Management with Vuex - ThirdPost Branch
  4. RESTful API with Flask - FourthPost Branch
  5. AJAX Integration with REST API - FifthPost Branch
  6. JWT Authentication - SixthPost Branch
  7. Deployment to a Virtual Private Server (coming soon)

About

Code for Tutorial Blog Series

http://stackabuse.com/single-page-apps-with-vue-js-and-flask-setting-up-vue-js/

License:MIT License


Languages

Language:JavaScript 48.6%Language:Python 25.1%Language:Vue 24.7%Language:Mako 1.0%Language:HTML 0.7%