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/