Skip to content

family-health/api

Repository files navigation

Nest Logo

Tecnologias

  • npm 8.11.0

Pasos para la instalacion

1) Clona el repositorio

git clone https://github.com/family-health/api.git
cd api

2) Instala las dependencias del proyecto

npm install

3) copia el archivo .env.example y renombrano a .env y configura tus variables de entorno

Levantando el servicio

# 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

Nest is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published