Skip to content

Build a sample todo list that use Go and Vue.js to implement.

Notifications You must be signed in to change notification settings

JGSU-open-source-community/bee-go-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bee-go-vue

Build a simple todo list that use Go and Vue.js to implement.

##Stared you need have installed go env

create table 
CREATE TABLE `task` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_bin NOT NULL,
  `done` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;


git clone https://github.com/JingDa-open-source-community/bee-go-vue.git
cd ~/src/bee-go-vue
go build 
./bee-go-vue

open you browser input localhost:8080, following you will see

About

Build a sample todo list that use Go and Vue.js to implement.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published