Coder Social home page Coder Social logo

myonaingwinn / laravel-twilio Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 2.0 1.2 MB

Twilio API, Laravel, React

Home Page: https://laravel-twilio.surge.sh/

Shell 0.63% PHP 58.88% JavaScript 27.10% Blade 11.23% HTML 1.05% CSS 1.11%
api laravel react twilio

laravel-twilio's Introduction

Installation

  • Clone this repository git clone https://github.com/myonaingwinn/laravel-twilio.git.
  • Run composer install.
  • Run cd frontend && npm install.

Configuration

Backend

  • Run cp .env.example .env && php artisan key:generate.
  • Enter your twilio account info in that .env file.

Frontend

  • Run cd frontend && cp .env.example .env.
  • Enter Backend's BaseURL in that .env file. For example, REACT_APP_BASE_URL=http://localhost:8000/api/v1

Run

  • Frontend - cd frontend && npm start.
  • Backend - php artisan serve.

laravel-twilio's People

Contributors

hlainepoeei avatar htet-lin19 avatar myonaingwinn avatar sandarsu-gic avatar theint-24 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

laravel-twilio's Issues

Create Login/Register Page

Create new folder inside component

  • frontend/src/compoents/Login

Create API to login user

  • create login post request
  • When login success, return user object with success msg and status code

Join with other hosts

Same Twilio Account

  • Must be same Twilio account and keys to join from other users

Whether VPN used or not

  • This app can help ngrok http --host-header=rewrite localhost:3000.

Create Chatroom

Create new directory

  • frontend/src/components/ChatRoom

Create Chat panel

Create Room List Page

Create new folder inside components

  • frontend/src/components/Room

Create API to get Room List

  • get room's informations such as
    1. name
    2. status

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.