Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 605 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 605 Bytes

Notes Keep

This is a simple codeigniter project that will help you keep your notes organized.

Installation

  • 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/';

Author

License

This project is licensed under the MIT License