Skip to content

Starter Repo for a Flask backend and Vuejs frontend using Docker

Notifications You must be signed in to change notification settings

danemacaulay/flask-vuejs-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Vuejs Docker Starter

Development Setup

  • pipenv install

  • pipenv shell

  • export FLASK_APP=services && flask run

From client directory using Node 8.x

  • npm install

  • npm run serve

Visit app at http://localhost:8080

Build

docker build -t flask-vuejs-docker .

Deploy

docker run -p 80:8080 flask-vuejs-docker

Running the tests

pipenv install --dev

pipenv run python -m pytest

About

Starter Repo for a Flask backend and Vuejs frontend using Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published