markessien / socialapp

A social app
MIT License
6 stars 28 forks source link

DatabaseSeeder Setup with Faker and Get User Posts Route Complete #36

Closed timzprof closed 6 years ago

timzprof commented 6 years ago

What does this PR do?

How to Test Run the following commands first composer install - To install vendor folder and all composer packages Then you create a .env file with refrence to the .env,example and add your database settings Then Run the following commands php artisan migrate - To migrate the Tables to your Database php artisan db:seed - Seed the tables created with fake data php artisan serve - Serve the App on a local server on you rmachine

Screenshots get user specific posts