Skip to content

Jpuelpan/simple-blog

Repository files navigation

simple-blog

Very ultra mega hyper simple Blog. A homework for Programming IV Course.

Installation

What I need before:

Now just open your terminal and clone the repo.

$ git clone https://github.com/Jpuelpan/simple-blog simple-blog
$ cd simple-blog

Install the dependencies.

$ composer install

Create the database.php from database-base.php and change the connection data.

$ cp database-base.php database.php

Then, load the database schema

$ mysql -u user -p my-blog-db < database.sql

Finally run the server through Apache, NGINX or simply

$ php -S localhost:8080 index.php

Credits

The credits go to:

The end :)

About

Very ultra mega hyper simple Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published