Skip to content

A video chat applicaion built in Javascript using twilio API

License

Notifications You must be signed in to change notification settings

AndersonHqds/video-chat-funny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshots

Login Screen

Login Screen

Chat Screen

Chat Screen

How it works

This application use the twilio(www.twilio.com) API to create a video chat application api. The frontend needs to request this video chat post route.

Dependencies

  • NodeJS
  • Yarn

Backend

How to run it

  • Firstly, you need to install all dependencies running yarn in the backend folder.
  • Change the backend/.env.example to backend/.env
  • After, you need to create an account on twilio and get the TWILIO_ACCOUNT_SID on console and add it on .env
  • Now, you need to get the TWILIO_API_KEY and TWILIO_API_SECRET creating these under the Programable Video Tools in your console., get it and add on .env.
  • After that, you just need to execute the following command yarn dev.

Frontend

How to run it

  • You need to navigate to the frontend folder, after that you need to install all dependencies running yarn.
  • Whe it's done, you just need to run the following command yarn start

Developed by

@AndersonDev

References

Twilio Blog

About

A video chat applicaion built in Javascript using twilio API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published