Skip to content

rattmuffen/PolyLists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PolyLists

PolyLists is a real-time collaborative list tool built with Polymer.

Dependencies

MongoDB is required for list storage. See How to install and How to run for more info.

NPM:

Bower:

How to install

Download and install MongoDB, a manual is available here.

To install the NPM dependencies, open a terminal and execute the following command :

npm install

To install the Bower dependencies, install bower with npm install -g bower and then run:

bower install

How to run

Execute this command to run MongoDB:

mongod --dbpath [path-to-database]

Create a database in MongoDB with the follwing command in the MongoDB client:

use PolyLists

Execute this command to start the application:

node app.js

Demo

Check out a live demo here!

About

A collaborative list tool built with Polymer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •