/laragram

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

Primary LanguagePHP

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)