Software Assembly Tool

Asked

Viewed 61 times

0

I’m doing some research, but I don’t know the technologies that can exist or resources that can be used for this. Therefore, I request indications of keyworks and pointing technologies, frameworks that meets either fully or partially.

"I’m looking for a software or tool, where by defining a diagram, enables visually indicating the purpose of a group of elements, so that it manages the complementary coding"

Finally, some resource that is able to make the connection of the relationships between the elements indicated by the user. Generating CRUD, DAO, among others.

Note that I am not referring to the business rule, which varies according to the end product objective.

1 answer

1

One tool that may be useful is the postgrest. This tool turns your Postgresql database into an API, so just build the project frontend and connect it to postgrest.

  • 1

    This tool is totally REST, you wouldn’t need to build a line of backend code.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.