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
- Host: GitHub
- URL: https://github.com/tejasbubane/haskell-todo-web
- Owner: tejasbubane
- License: bsd-3-clause
- Created: 2019-10-04T09:27:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-04T09:33:41.000Z (over 6 years ago)
- Last Synced: 2025-01-13T03:09:34.538Z (over 1 year ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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.