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 filedatabase/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.