diff --git a/README.md b/README.md index ca4567d..aba10c8 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Twitter - Final Project -## Shemona Singh and Chris Stumper +### 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. ```git clone``` this repo -2. Change directories to twitter-clone +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 diff --git a/db/lamp_2017-12-05.sql b/db/lamp.sql similarity index 100% rename from db/lamp_2017-12-05.sql rename to db/lamp.sql