the file named fmyshop.sql is used to create database and tables.
mysql
mysql> source myshop.sql
run beego
cd ./myshop
bee run
run vue
cd ./shop
npm install
npm run dev
This site has a small number of bugs and part of it has not been finished.
the file named fmyshop.sql is used to create database and tables.
mysql
mysql> source myshop.sql
run beego
cd ./myshop
bee run
run vue
cd ./shop
npm install
npm run dev
This site has a small number of bugs and part of it has not been finished.