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
- Host: GitHub
- URL: https://github.com/jack-carling/todo-lowdb
- Owner: jack-carling
- Created: 2021-03-23T13:37:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T14:20:33.000Z (over 4 years ago)
- Last Synced: 2025-01-23T17:15:38.082Z (over 1 year ago)
- Topics: database, lowdb, nodejs
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```