Skip to content

Commit

Permalink
Primer Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yuguifly committed Jul 20, 2018
0 parents commit f0d7370
Show file tree
Hide file tree
Showing 6 changed files with 498 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/
10 changes: 10 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## APLICACIÓN RESTSERVER NODEJS

Aplicación RestServer en NodeJs

Ejecutar ```npm install``` para las librerías.
Ejecutar ```npm init``` para las librerías.
Ejecutar ```npm express --save``` para las librerías.
Ejecutar ```npm body-parse --save``` para las librerías.


Loading

0 comments on commit f0d7370

Please sign in to comment.