About Laragram
Laragram is a simple instagram "clone" built with Laravel and Tailwind CSS that gives to the users the ability to create or edit their own profiles (including profile image and description), upload images and share them among friends
Requirements
- PHP v8.0.3
- NodeJS v14.16.0
- Composer v2.0.11
- MySQL/PostgreSQL/SQLite
Setting Up The Enviroment
git clone https://github.com/GiannisGialamas/Laragram.git
cd Laragram
composer install
npm install && npm run dev
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan serve
Screenshots
License
Laragram free and open source software licensed under the MIT license.