Giter Site home page Giter Site logo

yuri25 / tinygram Goto Github PK

View Code? Open in Web Editor NEW

This project forked from developersharif/tinygram

0.0 0.0 0.0 1 MB

Tinygram is a new social media platform for visual storytelling. Share moments, connect with friends, and explore captivating content.

License: MIT License

JavaScript 7.24% PHP 49.90% CSS 5.49% Blade 37.12% Dockerfile 0.25%

tinygram's Introduction

Project TinyGram

Tinygram is a cutting-edge social media platform ๐Ÿ˜Š that brings the world of visual storytelling to life. Developed using the power of Laravel 10 ๐Ÿค—

tinygram logo

Run Locally

Clone the project

  git clone https://github.com/developersharif/tinygram.git

Go to the project directory

  cd tinygram

Install dependencies

  composer install

copy .env.example to .env

cp .env.example .env

Key Generate

php artisan key:generate

Storage Link

php artisan storage:link

##-Update DB info in .env-##

Migrate

php artisan migrate

install Tailwindcss

  npm install

Build Tailwindcss

  npm run build

Run Tests

  php artisan test

DB Seed

php artisan db:seed

Start the server

  php artisan serve

Start the socket server

  php artisan websockets:serve

Or

git clone https://github.com/developersharif/tinygram.git && cd tinygram && composer install && cp .env.example .env
Update DB info (.env)
php artisan key:generate && php artisan storage:link && php artisan migrate && npm install && npm run build && php artisan test && php artisan db:seed && php artisan serve

Open: http://127.0.0.1:8000

Demo Account:

Email:[email protected]
Password:password

Docker

Run on play with docker https://labs.play-with-docker.com/

Clone the project

  git clone https://github.com/developersharif/tinygram.git

Go to the project directory

  cd tinygram

Build Docker Image #with docker desktop

docker compose build

Docker Up

  docker compose up -d

Docker initial commands

docker exec tinygram-app bash -c "cp .env.docker .env && composer install && php artisan key:generate && php artisan migrate && php artisan db:seed && npm install && npm run build && chmod -R a+rw storage/ && php artisan storage:link"

Docker initial commands

docker exec tinygram-app bash -c "php artisan websockets:serve"

Open: http://localhost

Screenshots

App Home App Profile

App Notification

Features

  • Auth/Authorization (Breeze Starter kit)
  • Post Crud
  • Like
  • Comment (With Nested Reply)
  • Follow/unFollow
  • Like,Comment,Reply Notification
  • Search (Users/Posts)
  • NewsFeed as User Following Lists
  • Custom Policy Applied
  • UI (Tailwindcss & DaisyUI)
  • Templeting Engine (Blade)
  • Fully ORM Based
  • Mobile First Design

Tech Stack

Client: Alpinejs, DaisyUI, TailwindCSS,Fontawesome

Server: PHP8.2, Laravel10.x,Blade ,(Node,NPM to build TailwindCSS)

Authors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.