Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khalidlam/instagramclone

An Instagram Clone using Laravel
https://github.com/khalidlam/instagramclone

css html instagram-clone laravel laravel6 mysql php vue

Last synced: 2 days ago
JSON representation

An Instagram Clone using Laravel

Awesome Lists containing this project

README

        

# InstaClone

An Instagram Clone using Laravel

![alt text](https://github.com/KhalidLam/instagramClone/blob/master/screenshot.png)

## Getting started
1. Clone project `git clone https://github.com/KhalidLam/instagramClone.gitL`
2. Go to the folder `cd instagramClone`
3. Install composer `composer install`
4. Install npm package `npm install`
5. Copy and edit .env file from .env.example `cp .env.example .env`
6. Generate project key `php artisan key:generate`
7. Create an empty database `test` for example
8. In the .env file, change database information `DB_DATABASE=test`
9. Migrate the database `php artisan migrate`
10. Create symbolic link for storage `php artisan storage:link`
11. Run project `php artisan serve`