An open API service indexing awesome lists of open source software.

https://github.com/jonaslu/doingtodo

Doing: a knockout db backed todo app
https://github.com/jonaslu/doingtodo

Last synced: 6 months ago
JSON representation

Doing: a knockout db backed todo app

Awesome Lists containing this project

README

          

Test todo list application using node.js, knockout.js, NeDB and bootstrap

# Start your engines
--------------------
To get all the dependencies - enter
```
npm install
```
In a terminal

To start it - enter
```
node main.js
```
Again in a terminal

# What does it do?
--------------------
Stores the todo-list in a backing database (NeDB) via ajax (using jquery). NeDB stores the database in a file called datastore.db meaning that lists survive server restarts and page reloads.

# With the help of...
--------------------
Using the following fine frameworks
* [https://github.com/expressjs/express]
* [https://github.com/louischatriot/nedb]
* [https://github.com/knockout/knockout]
* [https://github.com/twbs/bootstrap]
* [https://github.com/jquery/jquery]

Template based on bootstrap sign-in theme
* [https://getbootstrap.com/examples/signin/]