You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.[Completing the Challenge](#completing-the-challenge)
11
-
a. [TODO:](#step-1-todo)
12
+
a. [TODO:](#step-1-todo)
12
13
13
14
## Overview
15
+
14
16
Your task is to complete the following programming exercise to show us some of your code! This exercise is based on work that DataMade does every day: pulling data from the web, debugging tricky code, and presenting information to the world.
15
17
16
18
Submissions should be submitted as a pull request against your fork of this original repository. **Make sure to make your pull request against your own fork of the repository, not the original DataMade repository**.
@@ -19,20 +21,20 @@ There’s no time limit, but don’t feel the need to go over the top with your
19
21
20
22
We’ll be evaluating whether the code works, as well as its quality. Before submitting, make sure that your code does what you expect it to do, that it’s clean and neat enough to meet your standards, and that you’ve provided us some instructions on how to run it. Be warned: there are some intentional bugs in here that you'll have to iron out to get things working!
21
23
22
-
*Note: If you would prefer to keep your code challenge private, please share access with the following members of DataMade on GitHub:*
24
+
_Note: If you would prefer to keep your code challenge private, please share access with the following members of DataMade on GitHub:_
23
25
24
-
| Member | GitHub Account |
25
-
| -----------| -------------------------------- |
26
-
| Hannah |https://github.com/hancush|
27
-
| Derek |https://github.com/derekeder|
28
-
| Monkruman |https://github.com/antidipyramid|
29
-
| Xavier |https://github.com/xmedr|
30
-
| Hayley |https://github.com/haowens|
26
+
| Member | GitHub Account |
27
+
| --------- | -------------------------------- |
28
+
| Hannah |https://github.com/hancush|
29
+
| Derek |https://github.com/derekeder|
30
+
| Monkruman |https://github.com/antidipyramid|
31
+
| Xavier |https://github.com/xmedr|
32
+
| Hayley |https://github.com/haowens|
31
33
32
34
Keep in mind that you cannot create a private fork of a public repository on GitHub, so you’ll need to [follow these instructions](https://gist.github.com/0xjac/85097472043b697ab57ba1b1c7530274) to create a private copy of the repo.
33
35
34
-
35
36
## Installation
37
+
36
38
Development requires a local installation of [Docker](https://docs.docker.com/get-started/get-docker/) and [Docker Compose](https://docs.docker.com/compose/install/). These are the only two system-level dependencies you should need.
37
39
38
40
Once you have Docker and Docker Compose installed, build the application containers:
@@ -50,7 +52,9 @@ docker compose up
50
52
The app will log to the console, and you should be able to visit it at http://localhost:8000
51
53
52
54
## Completing the Challenge
55
+
53
56
Once you have the app up and running on your computer, you'll need to flesh out certain code blocks to make the map functional.
0 commit comments