/7547_tp0_server

Servidor para TP0 de 75.47 - Taller de Desarrollo de Proyectos 2

Primary LanguageJavaScript

7547_tp0_server

Servidor para TP0 de 75.47 - Taller de Desarrollo de Proyectos 2

Build Status

How to run using docker: docker-compose up

How to run without docker:

npm install
npm run development

In both cases you should end up with the server running at localhost:3000 and refreshing on any changes to source code.

How to run tests:

npm run test