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

https://github.com/tejasbubane/haskell-todo-web

Tiny TODO webapp haskell
https://github.com/tejasbubane/haskell-todo-web

Last synced: 2 months ago
JSON representation

Tiny TODO webapp haskell

Awesome Lists containing this project

README

          

# haskell-todo-web

Run using:

```
stack run
```
Will install all dependencies, build & run app on [http://localhost:3000/todos](http://localhost:3000/todos).

TODOs will be saved in postgresql database `haskell-todo-app`.

Currently there is not list TODOs page. Please check DB todos being stored.