Skip to content

erictherobot/kano

Repository files navigation

Build Status

KANO

THIS PROJECT IS NO LONGER MAINTAINED AS OF 11/17/2017

nodejs + expressjs + mongodb + jade pug + bootstrap + mocha + API's

Themes

Choosing your base theme color is as easy as changing a value in kano.less

@brand-kano: #e24e24;

Produces an Orange theme:

@brand-kano: #6e5acc;

Produces a Purple theme:

@brand-kano: #56AFE1;

Produces a Blue theme:

@brand-kano: #1ebf8f;

Produces a Green theme:

@brand-kano: #000000;

Produces a Black theme:

Prerequisites

  • MongoDB
  • NodeJS
  • NPM

Installation

Clone the repo

git clone https://github.com/erictherobot/kano.git

Change directory

cd kano

Install Dependencies from package.json file

yarn

Start the app

yarn start

If you want the app to run continually during development, use https://github.com/remy/nodemon

nodemon app.js

View your app in a browser of choice visit http://localhost:3000

MongoDB Admin UI

Download http://genghisapp.com

Next run from terminal - it will launch a new browser window

genghisapp

Tests

yarn test

Coding Music

https://www.youtube.com/watch?v=deTDKKpQ7kc

Support

Contact erictherobot@gmail.com or twitter @erictherobot

Meanings

Kano \k(a)-no\ as a boy's name is of Japanese origin, and the meaning of Kano is "one's masculine power, capability".

====

The Kano model is a theory of product development and customer satisfaction developed in the 1980s by Professor Noriaki Kano, which classifies customer preferences into five categories.

  • Must-be Quality
  • One-dimensional Quality
  • Attractive Quality
  • Indifferent Quality
  • Reverse Quality

License

The MIT License (MIT)

Copyright (c) 2014 Eric The Robot

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Boilerplate for NodeJS + ExpressJS 4.x + MongoDB + Jade + Bootstrap 3 + Mocha + API's

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published