Skip to content

fholbrook/tweetclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tweetclone

This is a very basic twitter clone built to run on php, mysql, and apache.

Installation

  1. Clone the repo to your /var/www
  2. Edit your vhost config to Allow all overides
  3. Edit your vhost config, setting /var/www/web/ the root.

KNOWN ISSUE

Known issue on line 43 of controllers.php

Currently the integer 1 is bound to the second value in the sql query. Instead of 1 the value should be an integer represeting the currently logged-in user's id. The id should be obtained from the security session.

Demo

https://flintholbrook.com

[email protected] test123

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published