Initial Push

This commit is contained in:
Johnathon Slightham
2020-12-20 22:46:29 -05:00
commit 83c4742037
18 changed files with 15201 additions and 0 deletions

3
API/DB.js Normal file
View File

@@ -0,0 +1,3 @@
module.exports = {
DB: 'mongodb://localhost:27017/videoStreamer' // Connection to DB
}