Skip to content

Notes app - example of application based on agorlov/lipid lib

License

Notifications You must be signed in to change notification settings

agorlov/lipid-example

Repository files navigation

Personal Notes

example appilcation

Example of application based on agorlov/lipid lib. With template engine Twig.

Features

  • 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

Installation

  1. Create database lipidexample
  2. Grant access:
GRANT ALL PRIVILEGES ON example.* TO example@'%' IDENTIFIED BY 'example';
  1. Init it with example.sql data
  2. Update creds.php (if they differ from default)
  3. Start app: $ composer serv

About

Notes app - example of application based on agorlov/lipid lib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published