Skip to content
/ blog Public

OpenClassrooms - Projet 5 du parcours Développeur d'Applications PHP / Symfony

Notifications You must be signed in to change notification settings

Casrime/blog

Repository files navigation

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

About

OpenClassrooms - Projet 5 du parcours Développeur d'Applications PHP / Symfony

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published