Skip to content

mgbin088/spa-python-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spa-flask-vue

My repo when I worked through Testdriven.io's article, Developing-a-single-page-app-with-flask-and-vuejs.

Article: Source Repo


Developing a Single Page App with Flask and Vue.js

Want to learn how to build this?

Check out the post.

Want to use this project?

  1. Fork/Clone

  2. Run the server-side Flask or Fastapi app in one terminal window:

    Fastapi

    $ cd fastapi
    $ pipenv --python 3.7
    $ pipenv shell
    $ pipenv install
    (fastapi)$ ./start.sh

    Flask

    $ cd flask
    $ pipenv --python 3.7
    $ pipenv shell
    $ pipenv install
    (flask)$ ./start.sh

    Navigate to http://localhost:5000

  3. Run the client-side Vue app in a different terminal window:

    $ cd client
    $ yarn install
    $ yarn serve

    Navigate to http://localhost:8080

About

Exploration of Vue and Fastapi with Docker-Compose

Resources

Stars

Watchers

Forks

Packages

No packages published