Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 471 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 471 Bytes

H1 CSI-3370 Project

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.

Go in the first flask directory and run:

export FLASK_APP=flaskr export FLASK_ENV=development flask run Project's back end will run in localhost:5000

To run the frontend go to client/source:

npm install npm run dev Frontend will run in localhost:8080