Blog post with php

setup

  • install php
  • install xampp
  • clone this repo using git clone https://github.com/andrew21-mch/php-blog-zuri
  • run cd php-blog-zuri
  • create a database called blog
  • import the blog.sql file into the database (IGNORE FOR NOW)
  • start xampp
  • access the blog using http://localhost/php-blog-zuri

features

  • register
  • login
  • logout
  • create post
  • view post
  • edit post
  • delete post