Skip to content

Instagram clone with many shared functionalities such as adding posts, following people, etc

Notifications You must be signed in to change notification settings

DannyInBlack/Group-A-Project

Repository files navigation

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

About

Instagram clone with many shared functionalities such as adding posts, following people, etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published