Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.