Zanma / api-money-app

Backend using CodeIgniter 4 for Money App web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Backend using CodeIgniter 4 for Money App web application

License:MIT License


Languages

Language:PHP 95.9%Language:CSS 2.0%Language:JavaScript 1.7%Language:HTML 0.3%