Hello,
I would like my next web project to use Node.js and MongoDB.
I've spent the last several weeks downloading, running, and playing around with pretty much all of the popular frameworks.
I think I finally figured out the direction I want to take but I'm having a hard time getting off the ground.
For the client I am going to purchase a theme from WrapBootstrap.
For the server I just want a Rest API with authentication that the theme can talk to. (If a Rest API isn't the way to go for a third party theme then I am open to other ideas.)
So what I am looking for is a starter framework on GitHub that...
- Has best practices for architecture, layout, and authentication.
- Uses Mongoose and has examples of some models with relationships.
- Has examples of authentication with roles.
- Does not have jade screens and is not built around a specific client structure since I'll be using a WrapBootstrap theme.
I've checkout out many already but I cannot find what I'm looking for.
The main things are it just needs to serve as a back-end with authentication for the theme and it needs to have examples.
If someone could recommend something to me I be greatly thankful.
Thank you!