M
M
Michal Terkin2016-03-29 22:41:56
CMS
Michal Terkin, 2016-03-29 22:41:56

How to quickly write an admin panel for a website in js?

Advise a simple admin panel for the site or how it can be implemented. Familiar with angular, a bit with nodejs. I thought to use wordpress, but in my opinion cms is too cumbersome.
In fact, you need to implement a convenient creation of additional table cells. If possible, then in angular

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
Gegam, 2016-03-31
@diktor13

I recommend BaaS systems, where the server API and work with the database are already implemented in sufficient form. All that remains is to make requests to Angular and generate / store a table with all the related info. And you don't have to write any back for this case. One of the most popular such services is Firebase . There are a lot of articles and detailed documentation for it. I think you'll figure it out quickly. The free version is enough.
If Firebase does not suit you, then you can google something similar. I do not recommend Parse.com, because closes soon.
UPD: There is full integration with Angular and is called AngularFire. Documentation can be found here: https://www.firebase.com/docs/web/libraries/angula...

W
Web Developer Blog, 2016-03-30
@Alexey_Suprun

Angular doesn't work here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question