Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 677 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 677 Bytes

Group-A-Project

Instagram clone with many shared functionalities such as adding posts, following people, etc
Has working validation techniques using laravel breeze
Requires MySQL, Composer, npm

Steps to run:

  1. download full project and place it somewhere safe
  2. Run composer install
  3. Create a MySQL database for the project (eg: laravel)
  4. Run cp .env.example .env
  5. Run php artisan key:generate then fix all data in the .env file
  6. Run php artisan migrate
  7. Run php artisan serve
  8. Run npm install
  9. Run npm run dev
  10. Run php artisan storage:link
  11. Run php artisan queue:work