This purpsoe of this project is to show how to enable codeigniter to support calling apis, since by default it is based on MVC structure and the current versions do not allow apis calls by default without some enhancement to the framework setup.
- refer to the
class Api
andclass Booking_api
for the enhancements that need to be done to the framework setup to enable the usage of apis calls from the client to the codeigniter BE setup