Skip to content

UNAParadigmas/Sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Aplicacion web del juego sudoku, corriendo sobre el stack MEJSN con el paradigma de programacion funcional

Instalacion

1- Navegar a la raiz del proyecto e instalar los paquetes necesarios

npm install

2- Iniciar MongoDB

mongod

3- Iniciar el servidor

node server //o npm start

4- En el navegador de internet ir a http://localhost:8080/

Authors

See also the list of contributors who participated in this project.