-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbootcamps.json
67 lines (67 loc) · 2.46 KB
/
bootcamps.json
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
[
{
"_id": "5d713995b721c3bb38c1f5d0",
"user": "5d7a514b5d2c12c7449be045",
"name": "Devworks Bootcamp",
"description": "Devworks is a full stack JavaScript Bootcamp located in the heart of Boston that focuses on the technologies you need to get a high paying job as a web developer",
"website": "https://devworks.com",
"phone": "(111) 111-1111",
"email": "[email protected]",
"address": "233 Bay State Rd Boston MA 02215",
"careers": ["Web Development", "UI/UX", "Business"],
"housing": true,
"jobAssistance": true,
"jobGuarantee": false,
"acceptGi": true
},
{
"_id": "5d713a66ec8f2b88b8f830b8",
"user": "5d7a514b5d2c12c7449be046",
"name": "ModernTech Bootcamp",
"description": "ModernTech has one goal, and that is to make you a rockstar developer and/or designer with a six figure salary. We teach both development and UI/UX",
"website": "https://moderntech.com",
"phone": "(222) 222-2222",
"email": "[email protected]",
"address": "220 Pawtucket St, Lowell, MA 01854",
"careers": ["Web Development", "UI/UX", "Mobile Development"],
"housing": false,
"jobAssistance": true,
"jobGuarantee": false,
"acceptGi": true
},
{
"_id": "5d725a037b292f5f8ceff787",
"user": "5c8a1d5b0190b214360dc031",
"name": "Codemasters",
"description": "Is coding your passion? Codemasters will give you the skills and the tools to become the best developer possible. We specialize in full stack web development and data science",
"website": "https://codemasters.com",
"phone": "(333) 333-3333",
"email": "[email protected]",
"address": "85 South Prospect Street Burlington VT 05405",
"careers": ["Web Development", "Data Science", "Business"],
"housing": false,
"jobAssistance": false,
"jobGuarantee": false,
"acceptGi": false
},
{
"_id": "5d725a1b7b292f5f8ceff788",
"user": "5c8a1d5b0190b214360dc032",
"name": "Devcentral Bootcamp",
"description": "Is coding your passion? Codemasters will give you the skills and the tools to become the best developer possible. We specialize in front end and full stack web development",
"website": "https://devcentral.com",
"phone": "(444) 444-4444",
"email": "[email protected]",
"address": "45 Upper College Rd Kingston RI 02881",
"careers": [
"Mobile Development",
"Web Development",
"Data Science",
"Business"
],
"housing": false,
"jobAssistance": true,
"jobGuarantee": true,
"acceptGi": true
}
]