Skip to content

Commit

Permalink
Merge branch 'master' of github.com:imersao-alura/aluraflix
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Jul 31, 2020
2 parents ad2275c + 5fd6581 commit 273d142
Show file tree
Hide file tree
Showing 6 changed files with 1,164 additions and 83 deletions.
21 changes: 21 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"categorias": [
{
"id": 1,
"titulo": "Front End",
"cor": "#6BD1FF",
"link_extra": {
"text": "Formação de Front End na Alura",
"url": "https://www.alura.com.br/cursos-online-front-end"
}
}
],
"videos": [
{
"id": 1,
"categoriaId": 1,
"titulo": "SEO com React",
"url": "https://www.youtube.com/watch?v=c8mVlakBESE"
}
]
}
Loading

1 comment on commit 273d142

@vercel
Copy link

@vercel vercel bot commented on 273d142 Jul 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.