REPOSITORY OVERVIEWLive repository statistics
★ 1Stars
⑂ 0Forks
◯ 11Open issues
◉ 1Watchers
19/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
0 Maintenance state20% weight
40 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview

Pasos:
*en caso de problemas CORS, desde terminal:
npm install cors
- instalar node modules
npm install
- tener instalado node
npm install node
- consultar version node
node --v
-
levantar servidor node index.js (dejar escuchando en el puerto)
-
descargar postman desktop
:link: https://www.postman.com/
- en postman acceder al endpoint configurado
:link: http://localhost:3000/api/login
-
opciones Postman método POST, en body opción raw y formato JSON
-
Escribir en Body
{
"email" : "Sincere@april.biz",
"password" : "secret"
}
- Estos datos de usuarios los obtenemos de la carpeta db, archivo user.json la contraseña es: secret
- revisar información JWT
:link: https://jwt.io/
- Una vez obtenido el JWT ingresar email y password en el servidor local
:link: htttp://localhost:3000/desafio-instafake
email : "Sincere@april.biz",
password : "secret"
-
aparecerán fotos con su autor, al final de la página aparece un botón para cargar más fotos
-
detener servidor, desde terminal
ctrl + c
y

ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Este proyecto es una API de sistema médico. El backend está construido en Java y utiliza una base de datos PostgreSQL para almacenar la información. El frontend es una página web simple que usa HTML, CSS y JavaScript para la interfaz de usuario.
50/100 healthActive repository
JavaNo license
⑂ 0 forks◯ 0 issuesUpdated May 2, 2026