Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.