Giter VIP home page Giter VIP logo

instagramclone's Introduction

About this project

This project was build alongside a course to fully learn the laravel framework

Technologies used

  • Laravel
  • MySql
  • Xampp
  • PhpStorm IDE

Installing

  • Clone repository into your computer
  • Open a terminal or shell window in the folder of the project
  • Create a .env file in the root of your folder and insert your database credentials, you can copy this template
  • Run php artisan migrate to enable the database tables
  • Run php artisan serve and go to http://127.0.0.1/ in your browser
  • If you are using Xampp, clone the project into htdocs folder
  • Go to xampp\apache\conf\extra and modift httpd-vhosts file to contain the below
<VirtualHost *:80>
    DocumentRoot "D:/xampp/htdocs/instagram-clone/public"
    ServerName lvapp.test
</VirtualHost>
  • Go to C:\Windows\System32\drivers\etc open the hosts file in notepad as administrator or any text editor add the below line at the end
127.0.0.1 localhost
127.0.0.1 lvapp.test

Functionalities

  • Authentication and authorisation
  • Post a post which consists of a photo and a description
  • Automatically creates a profile upon registration
  • Follow other profiles
  • See posts of other profiles you are following
  • Discover new posts

Libraries used

instagramclone's People

Contributors

tanasievlad246 avatar

Watchers

 avatar

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.