A Book Shop
git clone https://github.com/marialobillo/bookshop-project
cd bookshop-project
For frontend we have to move to the frontend folder so:
cd frontend
Installing dependencies:
npm install
And for run the Vuejs app:
npm run dev
In api
folder run the following command for installing dependencies:
npm install