Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
missyou123
Twilio / Node - SMS booking  system using Twilio and Node.Js Vote_lcapTwilio / Node - SMS booking  system using Twilio and Node.Js Voting_barTwilio / Node - SMS booking  system using Twilio and Node.Js Vote_rcap 
tano1221
Twilio / Node - SMS booking  system using Twilio and Node.Js Vote_lcapTwilio / Node - SMS booking  system using Twilio and Node.Js Voting_barTwilio / Node - SMS booking  system using Twilio and Node.Js Vote_rcap 
大†Shinegumi†大
Twilio / Node - SMS booking  system using Twilio and Node.Js Vote_lcapTwilio / Node - SMS booking  system using Twilio and Node.Js Voting_barTwilio / Node - SMS booking  system using Twilio and Node.Js Vote_rcap 
ПΣӨƧӨFƬ
Twilio / Node - SMS booking  system using Twilio and Node.Js Vote_lcapTwilio / Node - SMS booking  system using Twilio and Node.Js Voting_barTwilio / Node - SMS booking  system using Twilio and Node.Js Vote_rcap 
ℛeℙ@¢ᴋ€r
Twilio / Node - SMS booking  system using Twilio and Node.Js Vote_lcapTwilio / Node - SMS booking  system using Twilio and Node.Js Voting_barTwilio / Node - SMS booking  system using Twilio and Node.Js Vote_rcap 
Engh3
Twilio / Node - SMS booking  system using Twilio and Node.Js Vote_lcapTwilio / Node - SMS booking  system using Twilio and Node.Js Voting_barTwilio / Node - SMS booking  system using Twilio and Node.Js Vote_rcap 
Octubre 2024
LunMarMiérJueVieSábDom
 123456
78910111213
14151617181920
21222324252627
28293031   
CalendarioCalendario
Últimos temas
» Wondershare Filmora 14.0.7.9572 (x64) Multilingual
Twilio / Node - SMS booking  system using Twilio and Node.Js EmptyHoy a las 12:59 pm por 大†Shinegumi†大

» Zoner Photo Studio X 19.2409.2.582 (x64)
Twilio / Node - SMS booking  system using Twilio and Node.Js EmptyHoy a las 12:58 pm por 大†Shinegumi†大

» Soda PDF Desktop Pro 14.0.433.22882 Multilingual (x64)
Twilio / Node - SMS booking  system using Twilio and Node.Js EmptyHoy a las 12:56 pm por 大†Shinegumi†大

» Cockos REAPER 7.24 (x86/x64)
Twilio / Node - SMS booking  system using Twilio and Node.Js EmptyHoy a las 12:37 pm por ПΣӨƧӨFƬ

» Ant Download Manager Pro 2.14.1.88710 (x64) Multilingual
Twilio / Node - SMS booking  system using Twilio and Node.Js EmptyHoy a las 12:20 pm por tano1221

» iFind Data Recovery Enterprise 9.7.6.0 Multilingual
Twilio / Node - SMS booking  system using Twilio and Node.Js EmptyHoy a las 11:20 am por tano1221

» Easy Duplicate Finder 7.30.1.64 (x64) Multilingual
Twilio / Node - SMS booking  system using Twilio and Node.Js EmptyHoy a las 11:15 am por tano1221

» Women In Business: Guiding Women To Executive Success
Twilio / Node - SMS booking  system using Twilio and Node.Js EmptyHoy a las 7:24 am por missyou123

» Understanding and Implementing Data Models with Sisense
Twilio / Node - SMS booking  system using Twilio and Node.Js EmptyHoy a las 7:22 am por missyou123

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Twilio / Node - SMS booking system using Twilio and Node.Js

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 74654
Fecha de inscripción : 20/08/2016

Twilio / Node - SMS booking  system using Twilio and Node.Js Empty
MensajeTema: Twilio / Node - SMS booking system using Twilio and Node.Js   Twilio / Node - SMS booking  system using Twilio and Node.Js EmptyMar Dic 01, 2020 9:10 am

Twilio / Node - SMS booking  system using Twilio and Node.Js 85eac7248e7b9e882c22040e492a5741

Twilio / Node - SMS booking system using Twilio and Node.Js
Duration: 3h8m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 1.6 GB
Genre: eLearning | Language: English
Build a complete SMS booking system using Twilio and Node.Js that receives and send messages to create a new appointment

What you'll learn
How to create a complete SMS booking system using Twilio and Node
How to send SMSes
How to receive SMSes
How to use Twilio to send SMS
How to use NodeJs to manage send and receive SMS

Requirements
Minimum knowledge in programming (any language will do)
A free Twilio account (step by step in how to setup one in the course)
Desire to learn and be a amazing developer

Description
Twilio the world's leading cloud communications platform as a service (CPaaS) that enables you to develop SMS solutions, WhatsApp, Voice, Video, email, and even IoT. Twilio powers communications for more than 190,000 businesses and enables nearly 932 billion human interactions every year.

This course will leverage some of those capabilities to create a fully functional SMS booking system. Here is how it works, the customer interested in booking an appointment send an SMS to a Twilio number; our Node.JS backend application understand the message and send an SMS back to the customer saying:

Hi, do you want to book an appointment to:

see the gym

book a personal trainer

book a massage

After that, we wait for a user reply, such as:

I want to book a massage

After that, our Node application will send an SMS to the user asking:

What date do you want to see the masseur

The customer will reply with a preferred day, such as:

Monday, please

In this case, we will reply with the valid times available on Monday

Do you want to book it on Monday: 10 am, 11 am, 1 pm or 4 pm

After the customer selects the best time for the booking, they will reply saying:

At 11 am is good for me

After collecting all the data, the NodeJS application will send a confirmation to the customer saying:

Your appointment is booked to see the masseur on Monday at 11 am. See you than

Please note all the data above is fictional and hardcoded to the application. The course focuses on sending and receiving the SMSes, leaving all the logic of checking the actual dates and times and finalizing the booking for you to implement.

Said that new Chapters are coming, and as a student, you can help me decide what comes next. So far few ideas I have on a road map are:

Add the logic to read/write on the database been able to validate bookings and available times.

Add a relational database to the application as a Docker container and add the current application to a container with easier development and deployment.

Add an option to cancel a booking.

Add an option to make a payment via SMS using stripe.

Move the NodeJS code to a Serverless function and host it in Twilio.

Any amazing idea you may have.

Who this course is for:
Developers of all levels that want to learn new things
Developers that want add SMS capabilities to they applications

DOWNLOAD:
Citación :

https://rapidgator.net/file/9b45f14392a1fe407af48746ff9cb5d5/z6ea5.Twilio..Node..SMS.booking.system.using.Twilio.and.Node.Js.rar.html


https://nitroflare.com/view/7BCF65805F8315D/z6ea5.Twilio..Node..SMS.booking.system.using.Twilio.and.Node.Js.rar


https://uploadgig.com/file/download/E7Aa34D2594c3b83/z6ea5.Twilio..Node..SMS.booking.system.using.Twilio.and.Node.Js.rar

Volver arriba Ir abajo
 

Twilio / Node - SMS booking system using Twilio and Node.Js

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» MERN Stack : Hotel Booking App with React ,Node ,Mongo 2021
» Create Hospital Booking System Using Laravel
» Build a Booking System with Livewire (Updated 02/06/2021)
» Build Pizza Delivery System Using Node Js
» Node.js CLI | Build Node.js Command-line Automation Dev-tools

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-