From c3511d3ce7a6f4f1fd3da55860a789036ae800c5 Mon Sep 17 00:00:00 2001 From: Kevin Lewis Date: Fri, 2 Oct 2020 19:59:46 +0100 Subject: [PATCH] Updated readme with setup info --- README.md | 17 ++++++++++++++--- netlify.toml | 4 ++++ 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 01b6cbc..7c9648e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ ![Vonage](.github/vonage.png) -# Project Title +# Build a Thing - Video Conferencing Application -Project Description +Every two weeks at at 6PM UK-time, we continue development on this video conferencing application. + +## Setup + +1. Set up a MongoDB Project and Cluster +1. Create a Database called `bat` and a Collection called `sesions` +1. Allow Network Access From Anywhere in the MongoDB UI +1. Click the button below to deploy + + + + ## Code of Conduct @@ -18,4 +29,4 @@ We :heart: contributions from everyone! Check out the [Contributing Guidelines]( ## License -This project is subject to the [MIT License](LICENSE) \ No newline at end of file +This project is subject to the [MIT License](LICENSE) diff --git a/netlify.toml b/netlify.toml index 3866019..17f80a5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,3 +5,7 @@ from = "/api/*" to = "/.netlify/functions/:splat" status = 200 +[template.environment] + VIDEO_KEY = "Vonage Video API Project Key" + VIDEO_SECRET = "Vonage Video API Project Secret" + MONGODB_URL = "MongoDB URI"