Giter VIP home page Giter VIP logo

instagram's Introduction

Photrashion [InstaClone]

Description

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.

Author

Lennox Omondi

Technologies used

  • MDBootstrap
  • Ant Design
  • React Router Dom
  • Read Redux
  • Redux Persist
  • Axios
  • ...see package.json for more

User Stories

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.

Server Requirements

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

Setup Instructions

  • git init and run git remote add origin [email protected]:lenomosh/insagram.git if you are using SSH or https://github.com/lenomosh/instagram.git
  • From the project directory run composer install && yarn
  • Configure the .env file 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:generate and php artisan migrate
  • You should be able to start your app by running php artisan serve

License

License

This is an open-source project that is licenced under the MIT license.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.