Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jyothsnasrinivas/eta-todo
A simple to-do web application in Eta using Spock web framework and Lucid DSL
https://github.com/Jyothsnasrinivas/eta-todo
Last synced: 3 months ago
JSON representation
A simple to-do web application in Eta using Spock web framework and Lucid DSL
- Host: GitHub
- URL: https://github.com/Jyothsnasrinivas/eta-todo
- Owner: Jyothsnasrinivas
- License: bsd-3-clause
- Created: 2018-07-29T09:00:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T13:44:35.000Z (over 6 years ago)
- Last Synced: 2024-06-12T05:33:50.884Z (5 months ago)
- Language: Haskell
- Homepage:
- Size: 203 KB
- Stars: 16
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-eta - eta-todo - Example of a Spock web application written in Eta. (Sample Applications / Web)
README
Eta To-Do
## Running the web application
A simple to-do web application in Eta using [Spock web framework](https://www.spock.li/) and [Lucid DSL](http://hackage.haskell.org/package/lucid) inspired by [Your first web application with Spock](https://haskell-at-work.com/episodes/2018-04-09-your-first-web-application-with-spock.html). Follow the below steps to play with the application.
1) Fire up the terminal and enter the commands:
```
$ git clone https://github.com/Jyothsnasrinivas/eta-todo.git
$ cd eta-spock-example
$ etlas run
```2) Open the url `http://localhost:8080` in your favourite browser.
3) To play around with it, add a note in the form.