Hi Fam
Previously, my post below dealt with adding a CRUD REST API in a matter of minutes to any back-end.
We also looked at how we can add authentication to this REST API on this post.
Today we look at how we can use a SQLite file for the backend with authentication also. Thanks to this Github project.
I have updated the api.php file to point to the SQLite file on the assets folder and also added the needed authentication key.
Let's do this.
Previously, my post below dealt with adding a CRUD REST API in a matter of minutes to any back-end.
[SithasoDaisy] Plug n Play PHP CRUD REST API (MySQL, SQLite, MSServer, PostGreSQL) for BANano
Hi Plug n Play? Yep... 1. Add the api.php file to your assets. Get it from this GitHub repo I spoke about this in 2022 on the BVAD3 library. https://www.b4x.com/android/forum/threads/bananovuetifyad3-vflexdialog-mysql-crud-rest-api-php-using-axios.142814/ 2. Change the connection parameters...
www.b4x.com
We also looked at how we can add authentication to this REST API on this post.
[Web][SithasoDaisy] Secure CRUD MySQL REST API Web App using Api Key on top of HTTPS
Hi Fam This is a fully functional webapp that showcases categories & products. One is able to toggle views between table listing and a grid listing. Both these have functionality to edit, clone, delete records from the database. When adding products, we load categories in a select/combo box...
www.b4x.com
Today we look at how we can use a SQLite file for the backend with authentication also. Thanks to this Github project.
I have updated the api.php file to point to the SQLite file on the assets folder and also added the needed authentication key.
Let's do this.