SleekDBVCMS - The missing & simple CMS for SleekDB Created by Timu57 with the great support of rakibtg.
SleekDB is a flat NO-SQL database implemented in PHP without any third-party dependencies. The files are stored in folders as JSON.
Download the ZIP and upload anywhere you want, then type:
composer install
Open the Config.php to configure and fits your needs.
Go to public folder
start your php server with php -S localhost:8000
By default, it will create a users store(table), and a record with the following data:
Username: admin
Password: password
Enjoy!
- text
- textarea
- rich_textarea
- image
- color
- url
- number
- decimal
- datetime
You have an example in the "post" store.