Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 445 Bytes

README.MD

File metadata and controls

43 lines (29 loc) · 445 Bytes

Clone the repository

git clone [email protected]:Divya-1200/vuejs-flask.git

Install the node modules

npm install 

Install other packages

npm install --save vue-router

npm install bootstrap-vue --save

npm install axios --save

Run the Frontend

cd frontend

npm run serve

Run the backend

cd backend

conda activate <py38>

python app.py

Check the output in browser

http://localhost:8081/