Backend monolith service to allow to nutrition professional build and assing nutritional plans, manage patients, chat with patients
- install nvm: https://github.com/nvm-sh/nvm
- install docker compose: https://docs.docker.com/compose/install/linux/
# use properly node.js version
$ nvm use
# install dependencies
$ npm install
# run docker compose
$ docker compose up
```bash
# development -watch mode
$ npm run start:dev
# production mode
$ npm run start:prod