Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
challenges
sagitarius
Commits
7f6f0711
Commit
7f6f0711
authored
3 years ago
by
Cesar Prados
Browse files
Options
Download
Email Patches
Plain Diff
README.md edited bullets points
parent
67f8b84c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
README.md
README.md
+8
-0
No files found.
README.md
View file @
7f6f0711
...
...
@@ -16,13 +16,21 @@ In order to be considered for the Backend position, you must complete the follow
2.
Create a
*source*
folder to contain your code.
3.
In the
*source*
directory, please create a PHP web application using a Symfony framework
4.
Your application should accomplish the following:
*
Connect to the
[
Github API
](
http://developer.github.com/
)
*
Find the
[
nodejs/node
](
https://github.com/nodejs/node
)
repository
*
Find the 25 most recent commits
*
Create a model and store the 25 most recent commits in the database. Make sure to avoid any duplicates.
*
Create a basic template and utilize a CSS framework (Bootstrap, Pure, etc.)
*
Create a route and view which displays the recent commits by author from the database.
*
If the commit hash ends in a number, color that row light blue (#E6F1F6).
*
Keep your solution flexible enought to be able to later on provide support for the bitbucket-api/gitlab-api etc.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment