Skip to content

Sparrowing/KeepInTouch-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeepInTouch PHP

A rudimentary web application written in PHP that emulates a blogging platform, based on the MVC design pattern. Created as a final project for Harvard's CS50x.

Features

  • A user login system that allows for registering new users, logging in as a previous user, and logging out.
  • Registered users can author blog posts visible to all other users.
  • Registered users have their own 'home page' listing off all of their previously-made posts.
  • Registered users may delete any posts that they previously made.

Uses

  • The MySQLi extension for PHP for database tasks.
  • Bootstrap CSS for basic page styling.

Status

Fully functional!

About

MVC Blog Platform in PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published