Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 796 Bytes

README.md

File metadata and controls

55 lines (38 loc) · 796 Bytes

a shop web with go(beego) and vue(element-ui)


中文描述

preview

根据价格排序 sort sort 根据最高最低价筛选 price price 购物车 cart cart 地址管理 cart

model

how to create database and table

the file named fmyshop.sql is used to create database and tables.

mysql
mysql> source myshop.sql

how to run

run beego

cd ./myshop
bee run

run vue

cd ./shop
npm install
npm run dev

how to enter the homepage

http://localhost:8080/

Description

This site has a small number of bugs and part of it has not been finished.