- simple todo management
- multi project todo
- multi accounts
- Node.js
- Webpack
- Vue.js
- babel
- progressbar.js
- sass
- golang
- jwt-go
- multitemplate
- gin
- mysql
- imageupload
- Mysql or MariaDB
mysql -u root -p < data.sql
cd www/assets/
npm install #First time only
npm run start
Start up webpack debug server "localhost:8652".
go get -u github.com/dgrijalva/jwt-go
go get -u github.com/gin-contrib/multitemplate
go get -u github.com/gin-gonic/gin
go get -u github.com/go-sql-driver/mysql
go get -u github.com/olahol/go-imageupload
Move config.go.example to config.go and modify your mysql config.
※ config.go will be replaced in the future by environment.
go run *.go
Start up webpack debug server "localhost:31204".
cd www/assets/
npm install #First time only
npm run build
go get -u github.com/dgrijalva/jwt-go
go get -u github.com/gin-contrib/multitemplate
go get -u github.com/gin-gonic/gin
go get -u github.com/go-sql-driver/mysql
go get -u github.com/olahol/go-imageupload
go get -u github.com/golang-migrate/migrate
Move config.go.example to config.go and modify your mysql config.
※ config.go will be replaced in the future by environment.
go build
Mox Twitter / Github
uryoya Github
nishi3 Github
nitoling Github
- 0.1 (Alpha)
- Under the MIT License
- Copyright (c) 2018 mox