Live data from Hacker News

Show HN: Web App Generators for React, Angular, Vue, SQL, MongoDB or Firestore

scaffoldhub.io

11–20 of 22 posts

Re: Show HN: Web App Generators for React, Angular, Vue, SQL, MongoDB or Firestore

#11

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). Also, who is this oriented to?

This is oriented to javascript developers..

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

Re: Show HN: Web App Generators for React, Angular, Vue, SQL, MongoDB or Firestore

#12
post #6

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…

Yes. I am interested. Drop me an email on D-3rxinl11ww360ywb6x@maildrop.cc (anonymous, temporary email. only i can read your messages)

But I understand the OP. He needs to get paid.

Re: Show HN: Web App Generators for React, Angular, Vue, SQL, MongoDB or Firestore

#14

I hope this works out for the OP. It looks nice. BUT... Can anyone recommend other skeleton/generators/demo-apps which include DB & authentication & backend ?

Maybe check out JHipster: https://github.com/jhipster/generator-jhipster (it has admin and user roles only https://www.jhipster.tech/security/ )

Re: Show HN: Web App Generators for React, Angular, Vue, SQL, MongoDB or Firestore

#16
post #14

I hope this works out for the OP. It looks nice. BUT... Can anyone recommend other skeleton/generators/demo-apps which include DB & authentication & backend ?

Maybe check out JHipster: https://github.com/jhipster/generator-jhipster (it has admin and user roles only https://www.jhipster.tech/security/ )

Oh wonderful. I mean like perfect for me.

Re: Show HN: Web App Generators for React, Angular, Vue, SQL, MongoDB or Firestore

#17

I hope this works out for the OP. It looks nice. BUT... Can anyone recommend other skeleton/generators/demo-apps which include DB & authentication & backend ?

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.

My fork is @ https://github.com/nmfisher/openapi-generator and you can follow the links back to the original project.

Re: Show HN: Web App Generators for React, Angular, Vue, SQL, MongoDB or Firestore

#19

I hope this works out for the OP. It looks nice. BUT... Can anyone recommend other skeleton/generators/demo-apps which include DB & authentication & backend ?

https://github.com/tiangolo/full-stack-fastapi-postgresql
Post reply on HN