About Instaclone

This a basic web app based on a tutorial from freeCodeCamp youtube page. To run do the following:

  • Set up the database and mail connection in your .env file
  • run composer install in the root directory.
  • run npm install in the root directory
  • Start the app with php artisan serve