create database shopdb;
create user shopper identified with mysql_native_password by 'shoppass';
grant all privileges on shopdb.* to shopper;
flush privileges;
-
Notifications
You must be signed in to change notification settings - Fork 0
thenishantgiri/Project-ShoppingCart
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Shopping Cart with ExpressJS, Sequelize, jQuery
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published