Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.12 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.12 KB

Build Lint Tests Security

Description

Service that manages nutritionists application

Configuration

Set a .env file following .env.example.

Running in local environment

# install dependencies
yarn
# start docker compose services
docker compose up -d
# run application
npx nest start
# remove docker compose
docker compose down

Testing

docker compose up -d
npx jest --runInBand
docker compose down