A todo app written with the pedestal framework.
To run, clone the repo
Navigate to the root directory of repo
Create a repl
lein repl
(dev)
(run)
Navigate to localhost:3000/todo-data-ui.html
It should work
If you want to change the port number if starts at try the following: Use: (run port-number :todo) where port-number is the port number, i.e. (run 8000 :todo)
lein repl
(dev)
(run 8000 :todo)