Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```