CodeIgniter Forums
ninosBank backend built with CodeIgniter 4 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Spotlight (https://forum.codeigniter.com/forumdisplay.php?fid=16)
+--- Thread: ninosBank backend built with CodeIgniter 4 (/showthread.php?tid=86065)



ninosBank backend built with CodeIgniter 4 - encodedigital - 01-05-2023

Hi Team,
I just want to thanks CodeIgniter team for producing simple, performant and small footprint framework. I am founder of ninosBank app (available on AppStore and Google Play), and its server side code (APIs, Cron Jobs etc) is built with CodeIgniter 4.
I am not sure why Laravel is famous in PHP world, as CodeIgniter does the same with very small code base. To be honest, when we were initially starting the project, we looked into Python Flask, Django, Laravel and CodeIgniter, and for us CodeIgniter came on top for various reasons and we never looked back.
Thanks Guys!


RE: ninosBank backend built with CodeIgniter 4 - captain-sensible - 01-05-2023

I have also done an Android App; i wrote it in python and then used buildozer (name top off my head) to convert python to an APK. As you know Android , at least to my knowledge uses APK.

So as Ci4 is built on basis of php... how did you convert php base to APK ?


RE: ninosBank backend built with CodeIgniter 4 - encodedigital - 01-05-2023

hi @captain-sensible ,

We created app in Ionic Framework and used Codeigniter as backend (REST API).

Thanks,


RE: ninosBank backend built with CodeIgniter 4 - superior - 01-05-2023

@encodedigital
According to European rules the visitor must comply with the use of third-party cookies (Google Analytics).

See: https://gdpr.eu/cookies/


RE: ninosBank backend built with CodeIgniter 4 - kenjis - 01-06-2023

Thank you for telling your thought.

If you like CI4, star the repository.
https://github.com/codeigniter4/CodeIgniter4


RE: ninosBank backend built with CodeIgniter 4 - encodedigital - 01-09-2023

@kenjis - Done!