TODO
- creating a simple, local recipe book 📙 directed at domestic use
- simple import from other recipe websites ⤵
- light on data traffic (when using mobile data)
- no annoying trackers, ads and life-changing background stories ❌🗨
- simple HTML, CSS and JS without unnecessary code or wrapper elements 🧾
- can be hosted locally or on a cheap/free server 🖥
Recommendation: install the Sass and Sass Live Compiler extensions for VS Code
index.html
is the main page, you should study this first- if you want to study the recipe database, look into TODO
- if you want to study the search index, look into TODO
- PHP 7.1 or newer
- Composer dependency manager
- PHP 7.1 or newer
- MySQL
- PDO extension for PHP
- SQLite Extension for PHP
- mbstring xtension for PHP
- .htaccess enabled with rewrite engine
git clone
to local folder- (not recommended) for newest TNTSearch version: run
composer update
in the project root and skip to step 4 - run
composer install
in the project root - copy local folder contents to the root of the webserver
- create a MySQL database and user
- (optional) import the last backup to the database
- save the database credentials to a file TODO
- done!