Is there any tool that makes it possible to create an API based on my database?

2

I have a database all modeled and with a mass of data, now I need to develop an application that makes available through this REST API this database. I have two development fronts, the frontend and the backend. Is there any way to make this database available as a REST API?

    
asked by anonymous 13.09.2015 / 03:18

1 answer

2

The solution to this problem is postgrest . This tool makes the PostgreSQL database a complete REST API.

Using this tool it is possible for your frontend team to continue the development work by connecting to the REST service and the backend team can replicate the API using the backend programming language of the team.

    
13.09.2015 / 03:18