Clojure and noir for a classic web application
Asked Answered
T

2

6

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?

Thurber answered 2/12, 2011 at 11:18 Comment(0)
G
9

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.

Gamely answered 2/12, 2011 at 11:43 Comment(0)
K
2

I made a small noir-based webapp which lists the contents of an 'users' table from MySQL using the korma library. It's pretty simple but you can check it here: https://github.com/dfuenzalida/noir-showdate

Katharina answered 4/7, 2012 at 20:39 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.