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: 3 months ago
JSON representation
Simple CRUD SQLite with mvc
- Host: GitHub
- URL: https://github.com/archytech99/mvc-sqlite
- Owner: archytech99
- Created: 2021-01-26T10:47:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T15:10:18.000Z (over 4 years ago)
- Last Synced: 2025-01-12T02:56:42.183Z (5 months ago)
- Topics: mvc, mvc-architecture, pdo-sqlite, php-mvc-application, php-mvc-pdo, php-mvc-skeleton
- Language: PHP
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=
```