DEV Community

Discussion on: The most simple stack to create basic CRUD web app with users?

Collapse
 
jankapunkt profile image
Jan Küster • Edited

Meteor comes with authentication and Mongo bindings out of the box. Setting up crud methods takes not that long. If you want to try it, you can create the built-in example project which is a simple todos app.