sriracha icon indicating copy to clipboard operation
sriracha copied to clipboard

A super spicy admin backend for Express and Mongoose.

Results 13 sriracha issues
Sort by recently updated
recently updated
newest added

Gave this a try today and didn't get very far unfortunately. I was able to log in and see a list of collections in my database, but attempting to click...

Hi, I'm using "sriracha": "^1.0.0". Sriracha doesn't seem to be working when mongoose models are defined on a connection rather than on the mongoose instance. Could we perhaps add some...

I cannot add documents for certain models that contain references. The error looks like this: ``` TypeError: .../node_modules/sriracha-admin/lib/views/fields/ref.jade:17 13| - var ref = value 14| li > 15| a.btn.btn-success(href=appPath +...