In this tutorial we walk through the steps to add a database connection to our rest api. Previously we created a rest api using spring. We used mock data but now we use real data from a database.
Tag: API
Creating a simple API using CodeIgniter MVC PHP framework
So for this tutorial I created a simple API using code igniter. CodeIgniter is a PHP MVC framework. Its extremely simple and straight forward to setup. It comes with a lot of features which I didn't go into but I will eventually. To create the API we learn about using CodeIgniter's base classes for Controllers … Continue reading Creating a simple API using CodeIgniter MVC PHP framework
Creating a note taking app using the Electron API and Node.js.
Working with the electron api we set out to create a note taking app. This app can create and edit mark down files. In this tutorial I walk through the steps required to do this.