Skip to content

aizaysi/Vue.js_shopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping cart with a Login System and Checkout, built with Node.js, Vue.js and Vuetify. Using JWT Token for User Authorization.

alt text alt text alt text

Project setup

FRONT-END Vue.js

cd client

npm install

npm run serve

BACK-END Node.js

cd ../server

npm install

npm start

Loading seeds in the backend

cd seed
node index.js

username: admin@test.com password: test for the user seed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published