Software that writes the front end so you can focus on the back end
As a backend developer, I do not want to dabble so much in the frontend but have some template/builder I can modify/create and let it talk to my backend api to fetch data and render results. Is anything like this available?
3 comments
[ 1.9 ms ] story [ 12.3 ms ] threadThe user and administration interfaces are boring HTML without client-side JavaScript, and it is totally API-driven. The API can be accessed via NodeJS within the same server or via HTTP from your application server which can be in any language. There are modules for subscriptions and organizations that add hundreds more API routes and pages to your frontend.
https://github.com/userappstore/dashboard
My goal with this software is to make writing web applications as simple as blogging is when you use WordPress.
Some illustrations of how it works:
https://raw.githubusercontent.com/userappstore/userappstore-...
https://raw.githubusercontent.com/userappstore/userappstore-...
https://raw.githubusercontent.com/userappstore/userappstore-...