Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 581 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 581 Bytes

Description


  • Laragram is an instagram clone application, built using PHP Laravel Framework, to register users, add profile image, add posts and follow/unfollow other users

Important Notes

  • Install composer dependencies

composer install

  • install npm dependencies

npm install

  • assets found at public/assets folder

Database configuration

  • create database named laragram from .env file

  • make sure to make database migrations


php artisan migrate

Routes used => (all routes found at web.php file)