Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matt-snider/work-journal
A tool for keeping notes/todos built with PostgREST and Elm
https://github.com/matt-snider/work-journal
elm journal postgrest productivity todo todolist
Last synced: about 23 hours ago
JSON representation
A tool for keeping notes/todos built with PostgREST and Elm
- Host: GitHub
- URL: https://github.com/matt-snider/work-journal
- Owner: matt-snider
- Created: 2017-08-12T10:47:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T22:08:14.000Z (about 7 years ago)
- Last Synced: 2024-12-20T16:58:13.226Z (7 days ago)
- Topics: elm, journal, postgrest, productivity, todo, todolist
- Language: Elm
- Size: 97.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# work-journal
A tool built with [PostgREST](https://postgrest.com) and [Elm](http://elm-lang.org/) for tracking daily todo-lists and notes for work.## Installation
Install dependencies, including those installed via `elm-install`:
```shell
$ npm install
```## Run server in development mode
At the moment, simply use elm reactor and navigate to `Main.elm`:
```shell
$ npm run elm reactor
```