Skip to content

A web app like Instagram with Vuejs, Vuex, Vue-router and Laravel Sanctum

Notifications You must be signed in to change notification settings

lupanvi/laragram

Repository files navigation

Laragram

A web app like Instagram with Vuejs, Vuex, Vue-router, Bootstrap and Laravel Sanctum

  • There is also a frontend version Laragram Frontend, it was built with Vue-cli and Tailwind

alt text alt text

Installation

Prerequisites

  • To run this project, you must have PHP 7 installed.
  • You should setup a host on your web server for your local domain.

Step 1

Begin by cloning this repository to your machine, and installing all Composer & NPM dependencies.

git clone https://github.com/lupanvi/laragram.git
cd laragram
composer install && npm install
php artisan key:generate
php artisan migrate --seed
npm run dev

Step 2

Next, boot up a server and visit your laragram app.

  1. Visit: http://your-laragram-url/login and write the demo credentials: user: [email protected] , password: 123456 , and press the login button
  2. You will be redirected to the home page, where you can see and add pictures with filters

About

A web app like Instagram with Vuejs, Vuex, Vue-router and Laravel Sanctum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published