GithubHelp home page GithubHelp logo

themistodo's Introduction

Themis Todo

Description

  • simple todo management
  • multi project todo
  • multi accounts

Requirement

  • Node.js
    • Webpack
    • Vue.js
    • babel
    • progressbar.js
    • sass
  • golang
    • jwt-go
    • multitemplate
    • gin
    • mysql
    • imageupload
  • Mysql or MariaDB

Create database

mysql -u root -p < data.sql

For Developers

Develop Frontend

cd www/assets/
npm install #First time only
npm run start

Start up webpack debug server "localhost:8652".

Develop Backend

Install library

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

modify file

Move config.go.example to config.go and modify your mysql config.
※ config.go will be replaced in the future by environment.

Statup debug server

go run *.go

Start up webpack debug server "localhost:31204".

Install

Build Frontend

cd www/assets/
npm install #First time only
npm run build

Build Backend

Install library

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

modify file

Move config.go.example to config.go and modify your mysql config.
※ config.go will be replaced in the future by environment.

Build server

go build

Author

Mox Twitter / Github
uryoya Github
nishi3 Github nitoling Github

Version

  • 0.1 (Alpha)

License

  • Under the MIT License
  • Copyright (c) 2018 mox

themistodo's People

Contributors

moezakura avatar nishi3 avatar nitoling avatar uryoya avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

themistodo's Issues

キーバインドを設定する

a -> ADD
c -> Config
s -> settings
みたいな感じで、多分newaccountはクリティカルかつあまり使わないと思うので入れなくてよいかと

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.