Meteor admin panel package
Asked Answered
P

5

10

does meteor have backend admin panel like "rais_admin" or "active admin" in rails for CRUD operations under models?

Parol answered 18/3, 2013 at 19:42 Comment(0)
K
8

One of the teams at the first Meteor Summer Hackathon wrote the z-mongo-admin package that gives you a panel for basic CRUD operations. This should have the functionality that you're looking for.

Khabarovsk answered 8/8, 2013 at 22:14 Comment(0)
A
3

Update 6/1/2015 - YES, since version 1.0.2. Once your app is running using meteor, run meteor shell in the same directory in a separate tab and you'll have a REPL.

Not yet. You can run meteor mongo in the app directory to access the database. Currently, you need the app running for this to work.

Observatory is a burgeoning logging and testing framework. Perhaps some kind of REPL will fit in the future.

Agate answered 18/3, 2013 at 19:53 Comment(0)
G
2

Meteor Admin is an alternative to Houston based on the Autoform package.

It offers full CRUD based on your collection schemas.

Gerrald answered 6/10, 2014 at 6:57 Comment(2)
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes.Washerwoman
it is deprecated nowSyntax
E
2

Meteor Candy is an admin panel made just for Meteor. The idea is, everyone builds their Meteor app differently, but we do have commonalities such as the use of Accounts packages, etc, and that's a good place to start.

The package uses Dynamic Import available in Meteor 1.5, which means it adds virtually no weight to your client bundle.

Disclosure: I am the creator of the package

Empirin answered 11/7, 2017 at 12:38 Comment(0)
H
1

You should try Houston: https://github.com/gterrono/houston

Watch the video presentation here: https://www.youtube.com/watch?v=8ASwWEZsAog

Histrionic answered 13/3, 2014 at 5:26 Comment(1)
Yep, Houston is exactly what the OP is looking for.Flog

© 2022 - 2024 — McMap. All rights reserved.