An instagram clone made using Laravel + React that enables users to follow one another, like posts and comment on other users posts. It tries to mimic basic functionalities of Instagram and at the moment, messages,notifications and delete posts have not yet been implemented.
- MDBootstrap
- Ant Design
- React Router Dom
- Read Redux
- Redux Persist
- Axios
- ...see
package.jsonfor more
As a user of the application I should be able to:
- Sign in to the application to start using.
- Upload my pictures to the application.
- See my profile with all my pictures.
- Follow other users and see their pictures on my timeline.
- Like a picture and leave a comment on it.
PHP >= 7.3
BCMath PHP Extension
Ctype PHP Extension
Fileinfo PHP Extension
JSON PHP Extension
Mbstring PHP Extension
OpenSSL PHP Extension
PDO PHP Extension
Tokenizer PHP Extension
XML PHP Extension
git initand rungit remote add origin git@github.com:lenomosh/insagram.gitif you are using SSH orhttps://github.com/lenomosh/instagram.git- From the project directory run
composer install && yarn - Configure the
.envfile and change the following
DB_CONNECTION=mysql
DB_HOST=127.0.0.1 #
DB_PORT=3306
DB_DATABASE=<your database name>
DB_USERNAME=><database username>
DB_PASSWORD=<database password>
- run
php artisan key:generateandphp artisan migrate - You should be able to start your app by running
php artisan serve
This is an open-source project that is licenced under the MIT license.