Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raghavgarg1257/laratweets
A simple clone of twitter built using Laravel 5.4.
https://github.com/raghavgarg1257/laratweets
blade laravel-framework sql
Last synced: 23 days ago
JSON representation
A simple clone of twitter built using Laravel 5.4.
- Host: GitHub
- URL: https://github.com/raghavgarg1257/laratweets
- Owner: raghavgarg1257
- Created: 2017-05-20T20:35:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-21T02:10:03.000Z (over 7 years ago)
- Last Synced: 2024-10-10T17:09:57.202Z (about 1 month ago)
- Topics: blade, laravel-framework, sql
- Language: PHP
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laratweets
A simple clone of twitter built using Laravel 5.4.## steps to run
```
git clone [email protected]:raghavgarg1257/laratweets.git
cd laratweets
composer install
npm install
touch .env
cp .env.example .env
nano .env # edit database credentials, add DB name and also create it on your machine
php artisan migrate:refresh
php artisan serve # app will be started on localhost:8000
```Note - since the app is just starting up, there will be no data(user or tweets), you have to register and seed the data yourself for testing.