-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
165 lines (164 loc) · 4.95 KB
/
db.json
File metadata and controls
165 lines (164 loc) · 4.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"course": [
{
"course_id": 1,
"course_name": "Introduction to Programming",
"instructor": "John Smith",
"description": "Learn the fundamentals of programming with this introductory course.",
"duration": "8 weeks",
"price": 49.99
},
{
"course_id": 2,
"course_name": "Web Development Bootcamp",
"instructor": "Sarah Johnson",
"description": "Become a full-stack web developer in this intensive bootcamp.",
"duration": "12 weeks",
"price": 199.99
},
{
"course_id": 3,
"course_name": "Data Science Essentials",
"instructor": "David Miller",
"description": "Explore the world of data science and machine learning.",
"duration": "10 weeks",
"price": 79.99
},
{
"course_id": 4,
"course_name": "Graphic Design Fundamentals",
"instructor": "Emily Brown",
"description": "Master the basics of graphic design and create stunning visuals.",
"duration": "6 weeks",
"price": 59.99
},
{
"course_id": 5,
"course_name": "Digital Marketing Mastery",
"instructor": "Michael Davis",
"description": "Learn how to market products and services online effectively.",
"duration": "8 weeks",
"price": 69.99
},
{
"course_id": 6,
"course_name": "Introduction to Artificial Intelligence",
"instructor": "Linda White",
"description": "Discover the principles of AI and its applications.",
"duration": "9 weeks",
"price": 89.99
},
{
"course_id": 7,
"course_name": "Mobile App Development",
"instructor": "Kevin Turner",
"description": "Build mobile apps for iOS and Android platforms.",
"duration": "10 weeks",
"price": 119.99
},
{
"course_id": 8,
"course_name": "Business Finance for Beginners",
"instructor": "Amy Lee",
"description": "Learn the basics of finance and financial management.",
"duration": "7 weeks",
"price": 49.99
},
{
"course_id": 9,
"course_name": "Photography Fundamentals",
"instructor": "Mark Anderson",
"description": "Capture stunning photos with your camera or smartphone.",
"duration": "6 weeks",
"price": 59.99
},
{
"course_id": 10,
"course_name": "Entrepreneurship 101",
"instructor": "Jennifer Carter",
"description": "Start and grow your own business with expert guidance.",
"duration": "8 weeks",
"price": 79.99
},
{
"course_id": 11,
"course_name": "Advanced Excel Techniques",
"instructor": "Robert Green",
"description": "Master advanced Excel functions and data analysis.",
"duration": "6 weeks",
"price": 69.99
},
{
"course_id": 12,
"course_name": "Java Programming for Beginners",
"instructor": "Daniel Wilson",
"description": "Learn Java programming from scratch.",
"duration": "9 weeks",
"price": 79.99
},
{
"course_id": 13,
"course_name": "Creative Writing Workshop",
"instructor": "Samantha Clark",
"description": "Unlock your writing potential with creative writing exercises.",
"duration": "8 weeks",
"price": 49.99
},
{
"course_id": 14,
"course_name": "UX/UI Design Principles",
"instructor": "Alex Martinez",
"description": "Design user-friendly interfaces and enhance user experiences.",
"duration": "7 weeks",
"price": 69.99
},
{
"course_id": 15,
"course_name": "Python for Data Analysis",
"instructor": "Karen Brown",
"description": "Use Python for data manipulation and analysis.",
"duration": "10 weeks",
"price": 89.99
},
{
"course_id": 16,
"course_name": "Video Editing Essentials",
"instructor": "Matthew Hall",
"description": "Edit and enhance videos for various platforms.",
"duration": "7 weeks",
"price": 59.99
},
{
"course_id": 17,
"course_name": "Social Media Marketing Strategies",
"instructor": "Jessica Adams",
"description": "Promote businesses on social media effectively.",
"duration": "8 weeks",
"price": 69.99
},
{
"course_id": 18,
"course_name": "C++ Programming Fundamentals",
"instructor": "Richard Turner",
"description": "Learn the basics of C++ programming language.",
"duration": "9 weeks",
"price": 79.99
},
{
"course_id": 19,
"course_name": "Art History and Appreciation",
"instructor": "Olivia Parker",
"description": "Explore the history of art and its significance.",
"duration": "6 weeks",
"price": 49.99
},
{
"course_id": 20,
"course_name": "Introduction to Cybersecurity",
"instructor": "Andrew Scott",
"description": "Learn about cybersecurity threats and protection measures.",
"duration": "8 weeks",
"price": 69.99
}
]
}