Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clojure and noir for a classic web application

Tags:

clojure

noir

How would one go about using Noir with user authentication and an ORM.

Would it all have to be accessed via java objects?

Are there any rails style "blog" tutorials that go about user auth and database access?

like image 822
Joseph Le Brech Avatar asked Dec 02 '11 11:12

Joseph Le Brech


1 Answers

Take a look at https://github.com/ibdknox/Noir-blog. It uses a simple file-based db, but it shouldn't be too hard to replace it with for example MongoDB using CongoMongo, or a different one.

like image 141
Michiel Borkent Avatar answered Sep 18 '22 12:09

Michiel Borkent