wenzhixin / bootstrap-table-examples

Bootstrap table examples
https://examples.bootstrap-table.com/
MIT License
2.23k stars 1.62k forks source link

How to connect bootstrap-table with MongoDB? #366

Open quchunguang opened 8 years ago

quchunguang commented 8 years ago

I successfully connected bootstrap-table with crest(a rest-api front-end of MongoDB write by js). But the crest has no authorize and access controller functions I needed. So I try to switch crest to eve (another rest-api front-end of MongoDB write by python). But not worked. Who can help me? Thanks.

I ever thought write the rest-apis with python by myself. But I am not good with javascript, and I need to know what the bootstrap-table needs when CUID.

Or, is there any suggestions of the best practices on work with bootstrap-table(front-end) + python (back-end) + MongoDB(Database)?

Apexblade commented 8 years ago

It might be a good idea to use meteor publish/subscribe structure to connect bootstrap-table with Mongodb