2

I'm trying to find out some examples of crud application that wired up with backend like mysql php or something like that. I found 1 example https://github.com/ccoenraets/angular-cellar but got an error in console and dont know to fix. Have you some useful links?

asked May 20, 2013 at 14:17
5
  • the 'CRUD' part of an Angular JS app is going to be highly dependent on your backend. I'm guessing you're coding the backend in PHP? Commented May 20, 2013 at 14:25
  • yep, but not care, that can be anything Commented May 20, 2013 at 14:28
  • A google search for AngularJS CRUD gave me quite a few useful links. You'll have to be more specific about what you've already tried. Commented May 20, 2013 at 14:32
  • Did you see builtwith.angularjs.org ? some of them have a link to github too. AngularJS is specially good for CRUD because of the two-way data binding. Commented May 20, 2013 at 19:12
  • I threw up a CRUD seed for a cross domain angular/django app, you can clone it and check out how it works. github.com/zackargyle/angularjs-django-rest-framework-seed Commented Aug 6, 2013 at 22:08

2 Answers 2

2

If your backend exposes a RESTful API, ng-admin can be the solution.

https://github.com/marmelab/ng-admin

It's open-source, is very easy to customize, and does more than simple CRUD. It's actually designed to build complete backend administrations on top of REST APIS.

answered Sep 24, 2014 at 21:02
Sign up to request clarification or add additional context in comments.

Comments

0

I can give you some links with a Ruby On Rails CRUD implementation:

  1. angular-crud-app
  2. Beryllium Work
  3. dillonbuchanan.com

If you have to use PHP, you could try to understand how the application are structures and try to reproduce the same.

Hope this helps

answered Aug 28, 2013 at 15:24

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.