Live data from Hacker News

Show HN: Amplication – Instantly Generate Node.js Apps with GraphQL and REST API

github.com

51–60 of 108 posts

Re: Show HN: Amplication – Instantly Generate Node.js Apps with GraphQL and REST API

#52

Nice!! How does it compare with Postgraphile?

Postgraphile is a great tool. The main difference is that we generate code that you can use any way you like and deploy anywhere you want. If you are a Node.js developer you get a boost that helps you focus on your business logic without giving up on the flexibility of code. Also, on our roadmap, we want to provide developers with a full set of features to make development easier, e.g. integration, connecting to diff…

Very cool. What DB is the tool currently using?

Re: Show HN: Amplication – Instantly Generate Node.js Apps with GraphQL and REST API

#53
Really cool... But I would really like to see more data type support and also if it isn't too much support for other frontend frameworks (Specifically Vue.js/Angular). Nest.js and Prisma is something I wanted to try for a long a time. All the best.

Re: Show HN: Amplication – Instantly Generate Node.js Apps with GraphQL and REST API

#56

Really cool... But I would really like to see more data type support and also if it isn't too much support for other frontend frameworks (Specifically Vue.js/Angular). Nest.js and Prisma is something I wanted to try for a long a time. All the best.

Thanks! We are focusing on the backend but try to provide the minimal staring point for front end clients. We will consider adding more clients later down the road.

Re: Show HN: Amplication – Instantly Generate Node.js Apps with GraphQL and REST API

#57
post #40

Playing around in app.amplication.com I'm seeing a lot of similarities to supabase. Happy to see more competition in this space. My initial impression is I'm a bit confused as to whether the goal is a hosted service similar to supabase, firebase, etc, or an offline tool that generates the app then it's up to you to go host it somewhere.

We want to give the developers to choose whether to use the hosted solution or take the app and the source code and host anywhere else. We understand developers need the freedom to choose

Re: Show HN: Amplication – Instantly Generate Node.js Apps with GraphQL and REST API

#58

I'm having a miserable time with Sequelize, and I see this uses Prisma. What contributed to that decision?

Prisma is awesome. We initially tried TypeOrm and Sequilize and quickly move to Prisma for various reasons. I may post a blog post about this journey soon

Please give MikroORM a shot, vastly better than the mentioned.

https://github.com/mikro-orm/mikro-orm

Post reply on HN