- Create sqlite.db file in
src/config/db
- Run
migrations.sql
for created DB. - Run app in root directory by
php -S localhost:80
- PHP (procedural/functional style) on backend
- SQLite for DB
- TailwindCSS + DaisyUI on frontend
- Custom checkboxes
src/config/db
migrations.sql
for created DB.php -S localhost:80