Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimmymcbride/jimmies-todo-app
a todo app you can run from the cli
https://github.com/jimmymcbride/jimmies-todo-app
Last synced: about 1 month ago
JSON representation
a todo app you can run from the cli
- Host: GitHub
- URL: https://github.com/jimmymcbride/jimmies-todo-app
- Owner: JimmyMcBride
- Created: 2020-05-13T15:41:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T02:51:19.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T15:29:51.916Z (almost 2 years ago)
- Language: JavaScript
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jimmies Todo App
## Install
`npm i -g jimmies-todo-app`
## Run
`todo`
## Important
You must be able to use postgres from command line
to use. I tried with sqlite3 but the sqlite3
dependency was bugging out on install via npm so I
switched to postgres.If you want to use postgres from your terminal on
windows, follow the last three steps in
[this guide](https://jimmymcbride.now.sh/blog/windows-psql-intsall)!
🔥