Skip to content

WebSQL application built for CSCI 403 Database Management at Colorado School of Mines

License

Notifications You must be signed in to change notification settings

jdbrant3/csci403_websql

Repository files navigation

flask-vue-spa

Vue.js SPA served over Flask microframework

  • Python: 3.6.3
  • Vue.js: 2.5.2
  • vue-router: 3.0.1
  • axios: 0.16.2

Build Setup

# install front-end
cd frontend
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production/Flask with minification
npm run build


# install back-end
cd ../backend
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt
cd ..

# serve back-end at localhost:5000
flask run

About

WebSQL application built for CSCI 403 Database Management at Colorado School of Mines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •