smancke / hcms

headless, api driven, content first cms based on ReactJS and Golang
MIT License
10 stars 1 forks source link

Suggestions #1

Open roscopecoltran opened 7 years ago

roscopecoltran commented 7 years ago

Hi,

Hope you are all well !

Would it be interesting for your project to use this backend boilerplate too ? https://github.com/marmelab/admin-on-rest

Nb. I have another quick question is there a way to have a dynamic boilerplate where, for example, you can define sections/components dynamically from the backend api like the schema for comments, posts, products,... , and generate the react front-end or admin change accordingly your api setup ? (More precisely, to generate that part by the golang server https://github.com/marmelab/admin-on-rest-demo/blob/master/src/App.js#L12-L16)

Have a good week !

Cheers, Richard

smancke commented 7 years ago

Hi Richard,

thanks for the pointer. admin-on-rest looks very interesting for this kind of applications.

Regards, Sebastian