archytech99 / mvc-sqlite

Simple CRUD SQLite with mvc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Simple Create, Read, Update and Delete (CRUD) connect to SQLite with MVC Architecture

Todo List

  • clone project git clone https://github.com/archytech99/mvc-sqlite.git
  • run composer install/update
  • create file <your-project-dir>/.config:
    APP_NAME='CRUD SQLite with MVC Architecture'
    DB_CONN=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_NAME=arch_dbase
    DB_USER=root
    DB_PASS=

About

Simple CRUD SQLite with mvc


Languages

Language:PHP 90.8%Language:JavaScript 9.2%