Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yhyasyrian/testgram

A simple site inspired by Instagram
https://github.com/yhyasyrian/testgram

laravel laravel-livewire projcet tailwindcss training

Last synced: 16 days ago
JSON representation

A simple site inspired by Instagram

Awesome Lists containing this project

README

        

# TestGram
A simple site inspired by **Instagram**
# Installation
You can install this project in your server through follow this commands
```bash
git clone https://github.com/yhyasyrian/TestGram
cd TestGram
composer install
npm i
npm run build
cp .env.example .env
php artisan key:generate
php artisan migrate
php artisan storage:link
```
# Features
* Responsive location on various screens
* Followers system, and ability to make account as private
* Use livewire for dynamic some commands
* Use filters for photo
# Contributing
Contributions are welcome!