Spaces:
Runtime error
Runtime error
Create tech_stack.py
Browse files- tech_stack.py +6 -0
tech_stack.py
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
tech_stack = {
|
| 2 |
+
"programming_languages": ["Python", "Java", "JavaScript"],
|
| 3 |
+
"apis_provided": ["UPI API", "Payment Gateway API"],
|
| 4 |
+
"software_tools": ["Docker", "Kubernetes", "AWS"],
|
| 5 |
+
"technology_partners": ["AWS", "Google Cloud"]
|
| 6 |
+
}
|