kpotia / fishfarm

fishfarm project using codeigniter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FishFarm Management System

The fishfarm is a web application developed using a PHP framework named Codeigniter.MYSQL is used as database. the fishfarm will be used to ease the record keeping process of the fishfarm.

Setup

follow this step to setup the system

  • create database fishfarm
  • update the .env file and set the variable such as:
    • database
    • baseurl
    • environment variable
    • etc.

Server Requirements

PHP version 7.2 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

fishfarm project using codeigniter

License:MIT License


Languages

Language:JavaScript 68.8%Language:PHP 22.6%Language:CSS 8.5%Language:Hack 0.1%Language:HTML 0.0%