Skip to content

amcquistan/flask-vuejs-survey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)