Skip to content

A project implemented in PHP's Framework codeigniter and Bootstrap where you can keep your notes organised

License

Notifications You must be signed in to change notification settings

RanaEmad/notes-keep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A project implemented in PHP's Framework codeigniter and Bootstrap where you can keep your notes organised

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published