Skip to content

cribbed from oleg-agapov/flask-vue-spa and from alessiomaffeis vue-picture-input-example

Notifications You must be signed in to change notification settings

karenerobinson/flask-vue-spa-image-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flask-vue-spa-image-upload

Instructions

  • Clone repository using git clone https://github.com/TangiblePS/flask-vue-spa-image-upload.git
  • Go to project directory cd flask-vue-spa-image-upload
  • Go to frontend directory cd frontend
  • Run npm install
  • Run npm build
  • Run pip install -r requirements.txt to install python dependencies
  • Run FLASK_APP=run.py FLASK_DEBUG=1 flask run to start the web server
  • Access 127.0.0.1:5000/upload to upload an image and 127.0.0.1:5000/api/upload to view the uploaded image

About

cribbed from oleg-agapov/flask-vue-spa and from alessiomaffeis vue-picture-input-example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published