Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Twitter Clone - Final Project

Shemona Singh and Chris Stumper

DMD 4470

This is a small web application that emulates the core functionality of Twitter. The app is built using PHP, MySQL and the CodeIgniter MVC framework. It allows for new user registration and tweet creation from the user, while utilizing Sessions for login/logout.

Running app locally

  1. Clone this repo with git clone https://github.uconn.edu/shs12010/twitter-clone.git
  2. Change directories to twitter-clone with cd twitter-clone
  3. Run lando start
  4. Run lando db-import db/lamp.sql
  5. Launch the app in the browser at http://twitter-clone.lndo.site/index.php/login