Skip to content

hectorzea/hz-server-api

Repository files navigation

Description

Nest framework TypeScript starter repository.

Project setup

$ npm install

Compile and run the project

# development
$ docker compose -f ./docker-compose.dev.yml up

Si se desea programar full local cambiar

MONGO_DB_CLUSTER_URL=mongodb://mongodb-hz-api:27017/hs-server-api

a

MONGO_DB_CLUSTER_URL=mongodb://127.0.0.1:27017/hs-server-api

asi el container de mongo levantado es reconocido por la maquina local.

Run hz-server-api / mongodb database with Docker Compose

URL generada por el proyecto dockerizado http://localhost:3001/api/tasks

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Run Headless Pup

1- Abrir consola y pegar

/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222 --no-first-run --no-default-browser-check --user-data-dir=$(mktemp -d -t 'chrome-remote_data_dir')

1.1 - Obtener link 'ws://...//' del output del comando y pegar en CHROME_NAV_REMOTE_ENDPOINT

2- ir a linkedin y loguearse y no cerrar ventana

3- ejecutar api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors