Best Practice: Mobile App With Website (MySQL)

Hi all,

I’ll be creating both a website and an app that will use the same database information.

I know from the past that in Wappler it was best practice to make two different projects:

  1. A website project with the MySQL database.
  2. A mobile project that connected to the MySQL DB via an API.

Is that still best practice in 2022/Wappler?
I know things with Capacitor and SQLite have changed a little bit but I’m not experienced in making mobile apps.

Thanks,
Jeff

Hi Jeff,

That is still the only way. You can use your website project as the API source. :wink:

2 Likes

Hi @sophos707
It’s actually not that different from building a website. what you need to do is to create a mobile project and use another wappler project as remote API resource.

1 Like