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
- Host: GitHub
- URL: https://github.com/jonaslu/doingtodo
- Owner: jonaslu
- License: mit
- Created: 2016-02-21T15:01:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-21T15:01:52.000Z (over 10 years ago)
- Last Synced: 2025-06-05T09:05:42.403Z (about 1 year ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/]