/api-money-app

Backend using CodeIgniter 4 for Money App web application

Primary LanguagePHPMIT LicenseMIT

API Money App

Backend using CodeIgniter 4 for Money App web application. This application create API that requested by Front End Side.

Stacks

Run Locally

Clone the project

  git clone https://github.com/Do-Good-Technology/api-money-app.git

Go to the project directory

  cd api-money-app

Installation & updates

  composer update

Start the server

  php spark serve

Authors

Server Requirements

PHP version 7.3 or higher is required, with the following extensions installed:

  • intl
  • libcurl if you plan to use the HTTP\CURLRequest library

Additionally, make sure that the following extensions are enabled in your PHP:

  • json (enabled by default - don't turn it off)
  • mbstring
  • mysqlnd
  • xml (enabled by default - don't turn it off)