Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)!
🔥