Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
victorsouza19 committed Oct 15, 2021
0 parents commit d373889
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Fala dev!

Este é um repositório focado em aprofundar os estudos em Node.JS, e nele desenvolvemos uma plataforma de perguntas e respostas(estilo Yahoo e ask.fm).
Empty file added index.js
Empty file.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "guia_perguntas",
"version": "1.0.0",
"description": "Plataforma de perguntas e respostas com base na Formação NODE.js do Guia do Programador.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "victorsouza19",
"license": "ISC"
}

0 comments on commit d373889

Please sign in to comment.