Skip to content

thenishantgiri/Project-ShoppingCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preparing the Database

Do the following as root user

create database shopdb;
create user shopper identified with mysql_native_password by 'shoppass';
grant all privileges on shopdb.* to shopper;
flush privileges;

About

Shopping Cart with ExpressJS, Sequelize, jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published