dmpop / crudo

Simple CRUD application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crudo

Crudo is a simple CRUD application written in PHP.

Dependencies

  • PHP 7.x or higher
  • Apache or any other web server (optional)

Installation and usage

  1. git clone https://github.com/dmpop/crudo.git
  2. Edit the config.php file
  3. php -S 0.0.0.0:8000
  4. Point the browser to http://127.0.0.1:8000

About

Simple CRUD application

License:GNU General Public License v3.0


Languages

Language:PHP 94.3%Language:CSS 3.8%Language:JavaScript 1.9%