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

https://github.com/jack-carling/todo-lowdb

Todo application that saves to a JSON database
https://github.com/jack-carling/todo-lowdb

database lowdb nodejs

Last synced: 2 months ago
JSON representation

Todo application that saves to a JSON database

Awesome Lists containing this project

README

          

# Todo

A simple todo application using node.js, express and lowdb.

## Screenshot

## Setup

```bash
# Install dependencies
npm install

# Run server
node server.js
```