Skip to content

caspian311/kanban-js

Repository files navigation

Kanban-JS

install js pre-requisites

sudo apt-get install -y nodejs npm mongodb

install npm dependencies

npm install

make sure that the database has been started

mongod

compile backend and run all unit tests

jake compile:compile
jake test:test

start server

node app

run all cucumber tests

jake test:cukes

open browser to site

google-chrome http://localhost:3000

About

A tool for managing items in a Kanban board.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published