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

https://github.com/sbthdr/sparowgram

Simple instagram clone.
https://github.com/sbthdr/sparowgram

bootstrap instagram-clone laravel vue

Last synced: 8 months ago
JSON representation

Simple instagram clone.

Awesome Lists containing this project

README

          

# SparowGram

## About Repository

SparowGram is a simple instagram clone built with Laravel + Vue JS

## Tech

- Laravel 8
- Vue 2
- Bootstrap 4

## Features

- Login, Register, Forget using default auth
- User, Profile, Post CRUD, Pagination
- User Following system with vue
- Email notification

## Installation

- `git clone https://github.com/SBTHDR/sparowgram.git`
- `cd sparowgram/`
- `composer install`
- `cp .env.example .env`
- Update `.env` and set your database credentials
- `php artisan migrate`
- `npm install`
- `npm run dev`
- `php artisan serve`

## License

[MIT license](https://opensource.org/licenses/MIT).