No description
Find a file
Konrad Merz b632b3611f Delete options and dependecies with poll
If we delete a poll we need to remove also the dependencies:
- Options and its votes
- Cants

Otherwise they will be reused for the next poll since sqlite
reuses the ids.
2016-11-08 16:26:12 +01:00
src Delete options and dependecies with poll 2016-11-08 16:26:12 +01:00
.gitignore add persitent as database ORM 2015-03-28 11:29:02 +01:00
.noodle.db.txt Init noodle 2015-03-28 08:47:36 +01:00
LICENSE Init noodle 2015-03-28 08:47:36 +01:00
noodle.cabal Splitt edit of name and options 2015-03-30 14:36:26 +02:00
noodle.css Some more styling 2015-04-10 16:51:24 +02:00
noodle.png Update screenshot after styling update 2016-03-28 13:04:45 +02:00
README.md add readme and screenshot 2015-03-31 14:46:33 +02:00
Setup.hs Init noodle 2015-03-28 08:47:36 +01:00

Noodle - The doodle

Screenshot

Noodle is a doodle clone written in haskell with:

Even though it is a project to explore the possibilties of haskell in web development, it is designed as a inhouse doodle solution to fit the needs of privacy.

To build the project you need a updated version of cabal and following commands:

cabal configure
cabal install
cabal build

After that place ./dist/build/noodle/noodle and noodle.css beside each other into the desired directory and start it with: ./noodle or a shell script or something.

If you liked this project please have a look at my paste bin clone in rails: graveio