To run this project you will need PostresSQL 10.6 for the database, Python 3.6.7 and Flask 1.0.2 for the backend, npm 6.8 and Vue 2.93 for the frontend.
export FLASK_APP=flaskr
export FLASK_ENV=development
flask run
Project's back end will run in localhost:5000
npm install
npm run dev
Frontend will run in localhost:8080