No description
Find a file
2016-03-28 12:26:44 +02:00
src Make port configureable 2016-03-28 12:26:44 +02: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 add readme and screenshot 2015-03-31 14:46:33 +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