example appilcation
Example of application based on agorlov/lipid
lib.
With template engine Twig
.
- login/logout
- add/edit/view note
- remove note
- paste image to attach it to note (upload it)
- upload file
- search note
- @todo #8 notes list with pages
- Create database
lipidexample
- Grant access:
GRANT ALL PRIVILEGES ON example.* TO example@'%' IDENTIFIED BY 'example';
- Init it with
example.sql
data - Update
creds.php
(if they differ from default) - Start app:
$ composer serv