Skip to content

SK1793/IMDbClone

Repository files navigation

IMDbClone

Installation

Requirements:

1.PHP

2.Composer

3.Xammp (For Server Side Programming, There are other options too but this is my choice)

Initially, if xammp(or any other tool is installed) find the .sql file in the folder 'database' i.e. 'imdbzclone.sql' and import it via Xammp.

git clone https://github.com/SK1793/IMDbClone.git

Open the downloaded Project (after Extraction) in any IDE , i here used VS Code and start with -

 php artisan key:generate     

 php artisan storage:link 

 php artisan migrate:fresh --seed 

 php artisan serve 

(P.S-if above code doesn't start, check above instructions are successfully executed, Feel Free to suggest with your ideas ☮ )

Snapshots

Snapshot 1

Snapshot 2

Snapshot 3

Snapshot 4

Snapshot 5

Snapshot 6

Snapshot 7

Snapshot 8

Snapshot 9

Snapshot 10

Snapshot 11

Snapshot 12