Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.13 KB

readme.md

File metadata and controls

24 lines (18 loc) · 1.13 KB

Laratwitter - Simple Social Media

Example Image

Made with Laravel 5.7, and store data using Mysqlite. This application just simple social media with feature :

  • Login / Register Account
  • Post Status with another user timeline
  • Update & upload profile image

Installation Step :

  • Make sure you already have Composer installed on your machine. Open https://getcomposer.org/ for full guide
  • Do composer install
  • Start the serve by php artisan serve. And there you go!
  • IF THE APP SHOW ERROR 500, it could be possible because the database sqlite doesn't connect or not found. Try to check .env file or check database file database/db_laratwitter.mysqlite is exist.

There is some record on database with some user. Here the list email login for these user

All user has same password, Password is 26262669

Thats All.