-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Google-Signin-demo | ||
|
||
Esta carpeta contiene un pequeño front-end para obtener el token de Google y probarlo contra nuestro backend server. | ||
|
||
Recuerden que es necesario reconstruir los módulos de node, en caso de que se quiera probar localmente | ||
|
||
``` | ||
npm install | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# AdminPro_BackEnd_Node_MongoDB | ||
|
||
npm start para correr el server | ||
|
||
|
||
# Documentación API nodejs | ||
https://documenter.getpostman.com/view/1768245/hospitaldb-udemy/RWEdufvX#e2c94ffa-7ba5-4986-8b6b-c0f54c9f3b73 |