Skip to content

AbelRR/events_plus_plus

Repository files navigation

Welcome to Events++ Official Repository

Events++ Video Demo & Motivation https://www.youtube.com/watch?v=A0aaiB7AqxI

Table of Contents

  1. Requirements
  2. Development

Requirements

  • Node 6.13.0
  • Existing MongoDB Database with collection called 'clients'
  • Twilio Account (including: phone number)

Development

From within project root directory CREATE .env file with following variables:

'MONGODB_URI' // Connection to MongoDB Database
'ACCOUNT_SID' // Twilio Account SID
'AUTH_TWILIO' // Twilio Authentication Token
'TWILIO_PHONENUMBER' // Twilio Phone Number

Installing Dependencies

From within the project root directory:

npm install -g webpack
npm install [email protected] --save
npm install [email protected] --save

Starting the project on your local machine

From within the project root directory:

npm start
npm run webpack-watch

Now open http://localhost:4000 on your browser.

Follow or connect with me on social sites 🍻

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published