Skip to content

Blackfynn/flask-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Flask & Vue.js Starter Kit

Backend

Prerequisites

  • pip
  • virtualenv
  • python 2.7

Running the Flask App

  • Create a virtual environment and activate it
  • Open Config.py and update the environment variables below
    • BLACKFYNN_API_TOKEN = ""
    • BLACKFYNN_API_SECRET = ""
  • Run pip install -r requirements.txt
  • Run python server.py to start the flask app

Frontend

Prerequisites

  • Node >= v8.0.0

Running the Vue App

  • Run npm install
  • Run npm start
  • Open localhost:3000 in your browser
  • Enter the id of a Dataset you own

About

A starter kit for Flask / Vue.js Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published