Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 692 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 692 Bytes

Tesla Twilio Backend

Provide realtime CRUD commands to the server with texts using the Twilio API, while displaying the results with websockets to the React frontend.

Text a Twilio commands with the following type of commands and watch then appear on the frontend.

Example CRUD Commands to text: ‘create – 1234 – Nikola Tesla’, ‘read – 1234’, ‘update – 1234 – Tesla Motors’, ‘delete – 1234’

The frontend code could be found here.

Heroku Links

Backend: https://tesla-twilio-app.herokuapp.com/ Frontend: https://tesla-twilio-frontend.herokuapp.com/