Do you plan to write some type of integration with common frameworks (Django, RoR, etc...) in order to be able to skip the entire process of creating entities, relationships, fields, validations and so on (because a team of developers would normally spend quite some time doing exactly that on the backend, it seems like a huge waste of time repeating this work just to scaffold a SPA).
The generator generates the entire app, frontend (React, Vue or Angular) and backend (NodeJS) + SQL w/ Sequelize, MongoDB w/ Mongoose or Firebase Firestore.
Unfortunately it's not prepared yet for incremental development (the generator generates the complete app all at once)
I think that's a great idea and a I plan to develop for other languages and frameworks too.
At least let me download a simple generated demo for me to see. Instead of forcing me to signup to have my email, forget about getting money from it. You just owe me my email and i feel very bad about it, i feel cheated)
Seeing is believing.
More than that, i'm having similar functionalities like yours, but with realtime data/views, SSR/static views, fully SPA.
If someone's interested, i could easily bundle for users to generate, too.
Not exactly what you meant, but I’ve been working on the F#/Giraffe server generator for the OpenAPI generator project.
Write your OpenAPI Schema and run it through generators for the server/DB/client It won’t give you a frontend, but I do believe there are libraries out there to do so for React/Vue.
21 comments
[ 2.4 ms ] story [ 59.9 ms ] thread[1] https://ibb.co/7NR1Dwm
Also, who is this oriented to?
The generator generates the entire app, frontend (React, Vue or Angular) and backend (NodeJS) + SQL w/ Sequelize, MongoDB w/ Mongoose or Firebase Firestore.
Unfortunately it's not prepared yet for incremental development (the generator generates the complete app all at once)
I think that's a great idea and a I plan to develop for other languages and frameworks too.
Thanks for the input
Seeing is believing.
More than that, i'm having similar functionalities like yours, but with realtime data/views, SSR/static views, fully SPA.
If someone's interested, i could easily bundle for users to generate, too.
Unfortunately I need the email because I need to relate the credits that you buy to your account somehow.
You can see the Live Demos and the youtube videos of the website before you buy or even sign up.
But I understand the OP. He needs to get paid.
BUT...
Can anyone recommend other skeleton/generators/demo-apps which include DB & authentication & backend ?
Write your OpenAPI Schema and run it through generators for the server/DB/client It won’t give you a frontend, but I do believe there are libraries out there to do so for React/Vue.
My fork is @ https://github.com/nmfisher/openapi-generator and you can follow the links back to the original project.