Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 665 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 665 Bytes

Blog

Requirements

  • Composer
  • PHP 8.2 or higher;
  • PDO-SQLite PHP extension enabled;
  • MySQL database server.

Installation

1. Clone the project

$ git clone https://github.com/casrime/blog.git

2. Install the dependencies

$ composer install

3. Create the database, add tables and insert data

$ sh database.sh

Usage

Launch the built-in web server and access the application in your browser at http://localhost:8000:

$ php -S localhost:8000 -t public/

Misc

Diagrams