Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yhyasyrian/testgram
- Owner: yhyasyrian
- Created: 2024-03-19T05:24:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T14:47:06.000Z (7 months ago)
- Last Synced: 2024-10-31T05:05:13.008Z (16 days ago)
- Topics: laravel, laravel-livewire, projcet, tailwindcss, training
- Language: PHP
- Homepage: https://testgram.yhyasyrian.com/
- Size: 301 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!