An open API service indexing awesome lists of open source software.

https://github.com/archytech99/mvc-sqlite

Simple CRUD SQLite with mvc
https://github.com/archytech99/mvc-sqlite

mvc mvc-architecture pdo-sqlite php-mvc-application php-mvc-pdo php-mvc-skeleton

Last synced: 4 months ago
JSON representation

Simple CRUD SQLite with mvc

Awesome Lists containing this project

README

        

# 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 `/.config`:
```dotenv
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=
```