-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.uconn.edu/shs12010/twitter-clone
- Loading branch information
Showing
3 changed files
with
41 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters