Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 885 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 885 Bytes

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