Salman937 / codeigniter-ajax-crud

Simple CRUD implemented in Codeigniter, jQuery and AJAX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This app contains a CRUD interface for flower pots as well a notifier on when to water the flowers.

Technologies used:

  • Javascript
  • jQuery
  • Twitter Bootstrap
  • PHP (with Codeigniter framework)

Installation

  1. Create a database using the sqldump file database_dump.sql.
  2. Have Apache mod_rewrite enabled
  3. Copy .htaccess.example to .htaccess and modify environment and database settings

Running scheduler as Cron

Create a cron entry that runs every 5 minutes using this command:

*/5 * * * * /usr/local/bin/php /path/to/epam/index.php notifier cron

Note: Make sure email server is configured correctly. You may use this link for reference.

About

Simple CRUD implemented in Codeigniter, jQuery and AJAX

License:MIT License


Languages

Language:PHP 98.8%Language:JavaScript 0.9%Language:HTML 0.3%Language:CSS 0.0%Language:ApacheConf 0.0%