Skip to content

marialobillo/bookshop-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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