(All boilerplate was generated using my template (https://github.com/john-raymon/nodejs-express-vue-template))
Live demo link: https://gatherly-demo.herokuapp.com
Create an .env file with the keys from the .env.example file to the.
APP_SECRET_KEY_DEV=
MONGODB_URI_DEV=mongodb://127.0.0.1:27017/
AWSAccessKeyId=
AWSSecretKey=
Install MongoDB if not already installed and add the local MongoDB URI to the .env.
Install all dependencies & initiaize the Node.js server along with the client-side dev-server by running:
yarn install && yarn --cwd client install && yarn dev-start
-
On the landing-page click on the "create a meeting" button to initiate a new meeting room.
-
After clicking on "create a meeting" you'll be redirected to a meeting room, where a sharable link will be generated including the unique meeting id in the URL path. Copy and share this link with someone for them to join.
-
Once all attendees have joined, you should both see each other's beautiful faces 😎