Skip to content

cientopolis/rayuela-NodeBackend

Repository files navigation

Rayuela backend

Description

Backend para el framework Rayuela

Installation

Se puede utilizar cualquier version de node LTS, 16,18 o 20. Es recomendable utilizar node 20, puedes ejecutar nvm use 20 o bien nvm use 20.12.1 - la version que estoy utilizando al iniciar el proyecto -

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Rayuela backend is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published