/bookshop-project

Bookshop-project is built using nodejs, expressjs, jest and vuejs

Primary LanguageJavaScript

bookshop-project (Vuejs-Expressjs)

Summary

A Book Shop

How to Install

git clone https://github.com/marialobillo/bookshop-project
cd bookshop-project

Frontend Setup:

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

Backend Setup:

In api folder run the following command for installing dependencies:

npm install

Authors