Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
/ lowladb-demo-node Public archive

A simple TODO app demonstrating LowlaDB sync and offline data

License

Notifications You must be signed in to change notification settings

lowla/lowladb-demo-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LowlaDB Demo for Node

A simple TODO app demonstrating LowlaDB sync and offline data.

Prerequisites

This example assumes that git, npm and bower are present and available from the command line. It uses LowlaDB's included NEDB datastore to store documents needed by the LowlaDB server and the TODO application itself.

Installing and Running

To install and run this example, perform the following steps:

  1. Create a local clone of this repository
  • git clone https://github.com/lowla/lowladb-demo-node
  1. Install NPM modules
  • npm install
  1. Install Bower components in the web app folder
  • cd todomvc
  • bower install
  • cd ..
  1. Start the Node server
  • node app.js
  1. Open the TodoMVC page
  • http://localhost:3000/index.html

About

A simple TODO app demonstrating LowlaDB sync and offline data

Resources

License

Stars

Watchers

Forks

Packages

No packages published