Skip to content

christan87/realestate_auto_dialer

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

lt --port 3000

exposes the backed server on port 3000 to the web so that the twilio route can make phone calls.

You will receive a url, for example 'https://gqgh.localtunnel.me' that you must supply as the value to the environment variable LOCAL_TUNNEL in the .env file in the root directory. This should be done BEFORE 'npm run dev' is run so that the app hass access to the correct environment variable at runtime.

npm run dev

Runs the app in the development mode.
Open http://localhost:8080 to view it in your browser.

launches the backend server on http://localhost:3000

**Note: This app has nodemon installed globaly in the root directory which is used to run the app and it also has localtunnel installed globally which is needed to expose port 3000 to the web. These packages may need to be installed on any machine that runs the app

**Note: The only call that can be is to my 'own' number because this is a trial account with twilio. For more information go to https://support.twilio.com/hc/en-us/articles/223180048-How-to-Add-and-Remove-a-Verified-Phone-Number-or-Caller-ID-with-Twilio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published