Skip to content

Commit

Permalink
Updated readme with setup info
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Lewis committed Oct 2, 2020
1 parent 9557764 commit c3511d3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
![Vonage](.github/vonage.png)

# Project Title
# Build a Thing - Video Conferencing Application

Project Description
Every two weeks at <https://twitch.tv/vonagedevs> 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

<a href="https://app.netlify.com/start/deploy?repository=https://github.com/nexmo-community/build-a-thing-video">
<img src="https://www.netlify.com/img/deploy/button.svg">
</a>

## Code of Conduct

Expand All @@ -18,4 +29,4 @@ We :heart: contributions from everyone! Check out the [Contributing Guidelines](

## License

This project is subject to the [MIT License](LICENSE)
This project is subject to the [MIT License](LICENSE)
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c3511d3

Please sign in to comment.