File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 26
26
<details >
27
27
<summary > Create a Mongo Atlas Connection URI</summary >
28
28
<br >
29
+
29
30
- Login to Mongo Atlas
30
31
- Create a project and build new cluster ( it provides a free sandbox )
31
32
- Create Database users and secure network access to your machine's IP only
43
44
44
45
- Create a new project and enable the Yt Data API v3 at https://console.cloud.google.com/apis/api/youtube.googleapis.com
45
46
46
- - Create Credentials and secure the key to allow access to only the created api, and download credentials into your project folder
47
+ - Create Credentials and secure the key to allow access to only the created api, and download credentials into your project folder.
47
48
48
49
- Preferrably procure multiple keys as the project will automatically cycles through keys, as their request quotas get exhausted.
49
50
</details >
@@ -69,8 +70,8 @@ from your project.
69
70
### Containerise app
70
71
- This requires your machine to have Docker runtime installed. If it isnt already install by refering these
71
72
- (Mac OS) https://docs.docker.com/docker-for-mac/install/
72
- (Windows) https://docs.docker.com/docker-for-windows/install/
73
- (Linux) https://docs.docker.com/engine/install/ (Browse by distributions)
73
+ - (Windows) https://docs.docker.com/docker-for-windows/install/
74
+ - (Linux) https://docs.docker.com/engine/install/ (Browse by distributions)
74
75
75
76
- Further Install docker compose
76
77
https://docs.docker.com/compose/install/
You can’t perform that action at this time.
0 commit comments