APP database [closed]

2

Dear friends, in a mobile solution type an application that manages a jet lag where users create their account and can automatically manage their clients, cash flow, scheduling and etc ... These applications consume a web API, the question is. Does this API have only one database to manage all users? or does each user who registers his / her jet launder have his / her database? What is the best way to create this API?

    
asked by anonymous 27.06.2017 / 03:49

1 answer

1

You can choose to use Parse Server.

It is an Open Source API that allows you to create a server for mobile applications easily and still save to the local user what you want.

Link: link

    
27.06.2017 / 04:08