-
Notes application built using php and uses sqlite for storage. Added media support for taking pictures, video recording and audio recording.
-
install
php
andsqlite
, enable sqlite in php
-
This script should be executed first
-
The sqlite database and necessary tables creation is handled by
create_database.php
$ php create_datbase.php
Start application
$ php -S localhost:4000
Sqlite is a sql database for on disk storage so no external server needed for storage.
Functionalities:
- Create Notebook
- Update/Delete Notebook. Deleting Noteboooks deletes all the notes in the notebook
- Create/Update/Delete Notes
CK editor is used for creating notes.