/ocr-blogy

Blogy is a simple blog app.

Primary LanguagePHPMIT LicenseMIT

🌊 Blogy is an open source blog using Turbolinks, feel free to use it.

Basic Features

  • Own comments system
  • Manage articles, comments...
  • Content moderation
  • TinyMCE WYSIWYG content editor

Install

1. Clone repo

git clone https://github.com/beamop/Blogy-MVC.git

2. Load the MySQL file

mysql -h hostname -u user database < path/to/database.sql

OR

Execute using MySQL GUI

3. Config database access

Open config.php file in app/ folder and change database settings

4. Edit default email & pass 🚩

Default access 👀

email: j.forteroche@gmail.com password: 8B4PzH2u8Xkp

5. Play! 👾

Todo!

  • CRUD features
  • Turbolinks
  • Adding features to Options menu
  • Users management
  • Multi-language support
  • [...]