GithubHelp home page GithubHelp logo

origin10 / tango_twitter-clone Goto Github PK

View Code? Open in Web Editor NEW

This project forked from edetscript/tango

0.0 1.0 0.0 1.11 MB

My submission to dev.to contest building a real-time web application with Pusher

Home Page: http://projectpage.feedia.co

License: MIT License

PHP 49.52% Vue 18.24% JavaScript 6.12% CSS 2.89% HTML 23.16% HCL 0.08%

tango_twitter-clone's Introduction

TANGO

Tango is a twitter like app built with vue.js, graph.QL and Pusher implemented on laravel. I built this as a submission to the DEV.to contest

How to install

You have to clone the repo and install using composer - composer install after installation create a .env file by running cp .env.example .env then add your database details in it.

APP_NAME=TANGO
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://localhost

DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=tango
DB_USERNAME=homestead
DB_PASSWORD=secret

BROADCAST_DRIVER=pusher
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

Login to your pusher account create an app and fill in the following part of the .env file with your details

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_CLUSTER=eu

Now generate a key for your application running php artisan key:generate Then run the php artisan db:seed to seed the app with dummy datas To point the baseURL of axios http to your app url you have to edit resources/assets/js/utils/http.js file. By default it set to http://locahost:8000 Finally run php artisan serve to serve on http://locahost:8000.

Check out the DEMO

Enjoy :)

Like what I do?

Buy Me a Coffee at ko-fi.com

tango_twitter-clone's People

Watchers

 avatar

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.