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?
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?
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.
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
© 2022 - 2024 — McMap. All rights reserved.