Skip to content

nabby27/NotesPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotesPHP

CRUD application of notes with a bootstrap design and created in php with mysql and sentences in pdo

Getting Started

Prerequisites

  • php7
  • mysql
  • apache2

or server like xamp

Installing

First of all create the database with the script that is in the database folder, then insert data in the color table (use the script that there is to add the colors, since it uses bootstrap classes). Modify the db_connect file by putting your connection data to the database. Finally, copy the files in your workplace on the server

Running

Access to notes app in the url of server. ex:

http://localhost

Authors

License

This project is licensed under the GNU General Public License v3.0 License - see the LICENSE.md file for details