Blank project Nestjs - Pre Micro service - Mikro ORM default
$ yarn install
$ yarn dev
For dev in localhost, Copy the .env.template file and rename it
as .env to initialize your environment variables
$ docker compose up -d
$ npx mikro-orm migration:create -n name
$ npx mikro-orm migration:up