1.0.0 • Published 7 years ago
word-kanban v1.0.0
Word Kanban
A simple Kanban-like word book, which is entirely written with Node. The user system is powered by Auth0. All the icons are actually emojis.
And we use Preact stacks for client side.
For demo use, please visit here https://word-kanban.herokuapp.com/.
Development
Clone & Init
$ git clone https://github.com/crispgm/word-kanban.git
$ yarn installMigrate
$ node_modules/.bin/sequelize db:migrateBuild
$ yarn dev-buildRun
$ GOOGLE_TRANSLATE_API_KEY=your-google-api-key yarn startNote: You may run without a GOOGLE_TRANSLATE_API_KEY. However, the hover translation will definitely not work.
Deploy with Heroku
Create app
$ heroku create your-app-name
$ heroku git:remote -a your-app-nameSet config vars
$ heroku config:set NPM_CONFIG_PRODUCTION=false
$ heroku config:set GOOGLE_TRANSLATE_API_KEY=your-google-api-key
$ heroku config:set TOKEN_PRIVATE_KEY=your-private-tokenCreate DB
$ heroku addons:add heroku-postgresql:dev
$ heroku config:set DATABASE_URL=your-database-urlMigrate
$ heroku run bash
$ cd server
$ sequelize db:migrateLicense
MIT License.
Copyright (c) 2018 David Zhang.
1.0.0
7 years ago