This is a simple codeigniter project that will help you keep your notes organized.
- Import the notes-keep.sql in your database then adjust your database settings in application/config/database.php
'hostname' => 'localhost',
'username' => 'root',
'password' => '',
'database' => 'notes-keep',
- Replace the base_url in application/config/config.php with with the correct project path
$config['base_url'] = 'http://localhost/notes-keep/';
- Rana Emad - (https://github.com/RanaEmad)
This project is licensed under the MIT License