Live data from Hacker News

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

github.com

1–10 of 108 posts

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

#2
Hello, co-founder here: as a backend developer I've had to develop web APIs for various projects over the years. Before I could spend any time on designing and testing my business logic, I had to invest hours into making sure my boilerplate code was valid and provisioning infrastructure, not to mention setting up my cloud environment.

We built Amplication so that developers like us could focus on coding the parts that really matter, rather than get distracted by undifferentiated heavy lifting. Amplication is an open-source tool that lets you design your data schema and in return it generates for you a human-readable and editable TypeScript Node.js codebase. This server codebase includes a GraphQL API, REST API, authorization, authentication, admin UI, users management, logging utility, error handler, and much more right out of the box.

we generate your server code dynamically based on changes in your schema. You can download the generated code or continuously push it to a GitHub repository to continue off and edit it further on your own.

For your convenience, we use a web UI to manage this whole operation and it is available for the community as a managed service on https://app.amplication.com, or you can run your own Amplication server. I’ll be more than happy to answer any questions you may have and get your feedback.

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

#6

Hello, co-founder here: as a backend developer I've had to develop web APIs for various projects over the years. Before I could spend any time on designing and testing my business logic, I had to invest hours into making sure my boilerplate code was valid and provisioning infrastructure, not to mention setting up my cloud environment. We built Amplication so that developers like us could focus on coding the parts tha…

I really love this, years ago I made a similar tool that generated a CRUD app from a DB schema with an admin UI, auth, etc.

How do you solve merging the modified codebase with a freshly generated ones? Let's say I need to add a new field. Do you rely on GIT for this?

Also, the readme could use a link to a sample hello world repo that this Amplication generates.

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

#10

Hello, co-founder here: as a backend developer I've had to develop web APIs for various projects over the years. Before I could spend any time on designing and testing my business logic, I had to invest hours into making sure my boilerplate code was valid and provisioning infrastructure, not to mention setting up my cloud environment. We built Amplication so that developers like us could focus on coding the parts tha…

I really love this, years ago I made a similar tool that generated a CRUD app from a DB schema with an admin UI, auth, etc. How do you solve merging the modified codebase with a freshly generated ones? Let's say I need to add a new field. Do you rely on GIT for this? Also, the readme could use a link to a sample hello world repo that this Amplication generates.

Love your feedback! Thanks. We plan to have a set of policies to allow the developer to freely work within those policies so we can merge the code back to Amplication and even deploy the app with the custom code. There is a still way to go to get there...

Meanwhile, we let the developer manage the merges in GitHub

When you sign in to app.amplication.com you get a simple sample app with your account

Post reply on HN