Advertisement
Guest User

Untitled

a guest
May 1st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. Twitter
  2.  
  3. This is project of simple twitter similar application.
  4.  
  5. To check this application you need to configured your need local environment with configured:
  6.  
  7. PHP
  8. Apache/Nginx
  9. MySQL
  10.  
  11. Steps :
  12.  
  13. 1) Clone or download this project.
  14. 2) Create Database: twitter.
  15. 3) Import all tables to your database ( the directory of file :yourpath/twitter/src/backup.sql ).
  16. 4) Check if you have all tables in your database (there should be 4 tables: Comments, Messages, Tweets, Users ).
  17. 5) Change following properties according to your MySQL data in file "Database.php" (path: Twitter/src/Database.php):
  18. $username = 'root',
  19. $password = 'yourPassword',
  20. $host = 'localhost',
  21. $database = 'Twitter'
  22. 6) You can test this application. Run browser and type route to this project. Login in to test account by using:
  23. email: test@gmail.com
  24. password: test
  25. 7) Test all functionality : create account, make tweets, send massages to other users, check tweet, check your messages, comment tweet, change your username, password, email and delete your account.
  26.  
  27.  
  28. Authors
  29. Paulina
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement