'SharePoint Lists alternatives

Sharepoint's lists functionality is very useful and powerful, because it has his own API, you can create, get data and filter pretty easy, for example with the following code I can get my list of Employees very easy.

{siteUrl}/_api/web/lists/getbytitle('Employees')/items

Because I don't want all the other functionality of Sharepoint, I've been looking for an alternative (preferably open source, but also paid), but I can't find something similar.

Basically I want a platform or web application that has the same functionality as SharePoint Lists (Create, Edit, Filter, etc.)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source