A platform for adding and pulling building surveys to a database
cd ./client
npm install
cd ./server
pip install -r requirements.txt
Run app in development mode
source ./env/bin/activate
py -m app.py
npm run serve
npm run build
npm run lint
A building SPA platform built with Vue and Flask Restful API's
VueMIT
A platform for adding and pulling building surveys to a database
cd ./client
npm install
cd ./server
pip install -r requirements.txt
Run app in development mode
source ./env/bin/activate
py -m app.py
npm run serve
npm run build
npm run lint